module Sequent::Core::RandomUuidGenerator

Public Class Methods

uuid() click to toggle source
# File lib/sequent/core/random_uuid_generator.rb, line 6
def self.uuid
  SecureRandom.uuid
end