Module: EvilEvents::Shared::Crypto
- Defined in:
- lib/evil_events/shared/crypto.rb
Overview
Class Method Summary collapse
Instance Method Summary collapse
- #uuid ⇒ String private
Class Method Details
.uuid ⇒ String
13 14 15 |
# File 'lib/evil_events/shared/crypto.rb', line 13 def uuid ::SecureRandom.uuid end |
Instance Method Details
#uuid ⇒ String (private)
13 14 15 |
# File 'lib/evil_events/shared/crypto.rb', line 13 def uuid ::SecureRandom.uuid end |