Module: Sequent::Core::RandomUuidGenerator

Defined in:
lib/sequent/core/random_uuid_generator.rb

Class Method Summary collapse

Class Method Details

.uuidObject



6
7
8
# File 'lib/sequent/core/random_uuid_generator.rb', line 6

def self.uuid
  SecureRandom.uuid
end