Module: EvilEvents::Shared::Crypto

Defined in:
lib/evil_events/shared/crypto.rb

Overview

Since:

  • 0.1.0

Class Method Summary collapse

Instance Method Summary collapse

Class Method Details

.uuidString

Returns:

  • (String)

Since:

  • 0.1.0



13
14
15
# File 'lib/evil_events/shared/crypto.rb', line 13

def uuid
  ::SecureRandom.uuid
end

Instance Method Details

#uuidString (private)

Returns:

  • (String)

Since:

  • 0.1.0



13
14
15
# File 'lib/evil_events/shared/crypto.rb', line 13

def uuid
  ::SecureRandom.uuid
end