Module: CUUID
- Defined in:
- lib/cuuid.rb,
lib/cuuid/version.rb,
ext/cuuid_generator/cuuid_generator.c
Defined Under Namespace
Modules: Generator
Constant Summary collapse
- VERSION =
"0.5.0"
Class Method Summary collapse
-
.generate ⇒ Object
backwards compatible (& lazy).
Class Method Details
.generate ⇒ Object
backwards compatible (& lazy)
12 13 14 |
# File 'lib/cuuid.rb', line 12 def self.generate Generator.generate end |