Module: Kernel
- Includes:
- Trace
- Defined in:
- lib/trace.rb,
lib/generate_id.rb
Overview
class GenerateId
Instance Method Summary collapse
Methods included from Trace
Instance Method Details
#generate_id(&already_exist) ⇒ Object
29 30 31 |
# File 'lib/generate_id.rb', line 29 def generate_id ( &already_exist ) GenerateId.new(&already_exist) end |