Module: UUID
- Defined in:
- lib/cuuid/uuid.rb
Overview
For compatibility with the UUID gem
Class Method Summary collapse
Class Method Details
.generate ⇒ Object
5 6 7 |
# File 'lib/cuuid/uuid.rb', line 5 def self.generate CUUID.generate.downcase end |