Method: SecureRandom.uuid
- Defined in:
- lib/activefacts/api/guid.rb
.uuid ⇒ Object
I think this only applies to 1.8.6 (and JRuby/Rubinius in 1.8 mode) now:
15 16 17 |
# File 'lib/activefacts/api/guid.rb', line 15 def SecureRandom.uuid format_uuid(hex(16)) end |