module Sequent::Core::RandomUuidGenerator
Public Class Methods
Source
# File lib/sequent/core/random_uuid_generator.rb, line 6 def self.uuid SecureRandom.uuid end
# File lib/sequent/core/random_uuid_generator.rb, line 6 def self.uuid SecureRandom.uuid end