Module: Qpid::Proton::Util::UUID

Included in:
Reactor::Container
Defined in:
lib/util/uuid.rb

Instance Method Summary collapse

Instance Method Details

#generate_uuidObject



24
25
26
27
28
# File 'lib/util/uuid.rb', line 24

def generate_uuid
  # generate a UUID based on what APIs are available with the current
  # version of Ruby
  SecureRandom.uuid
end