Module: Sequent::Core::RandomUuidGenerator

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

Class Method Summary collapse

Class Method Details

.uuidObject



4
5
6
# File 'lib/sequent/core/random_uuid_generator.rb', line 4

def self.uuid
  SecureRandom.uuid
end