Class: Object
- Inherits:
- BasicObject
- Defined in:
- lib/tweed.rb
Instance Method Summary collapse
Instance Method Details
#singleton_class ⇒ Object
2 3 4 |
# File 'lib/tweed.rb', line 2 def singleton_class class << self; self; end end |