Module: Kernel
- Defined in:
- lib/dci-ruby/kernel.rb
Instance Method Summary collapse
Instance Method Details
#singleton_class ⇒ Object
2 3 4 5 6 |
# File 'lib/dci-ruby/kernel.rb', line 2 def singleton_class class << self self end end |