Module: Kernel
- Defined in:
- lib/another_enum.rb
Instance Method Summary collapse
Instance Method Details
#singleton_class ⇒ Object
120 121 122 123 124 |
# File 'lib/another_enum.rb', line 120 def singleton_class class << self self end end |