Class: Object
- Inherits:
- BasicObject
- Defined in:
- lib/rbkb/extends.rb
Instance Method Summary collapse
-
#mymethods ⇒ Object
This is from Topher Cyll’s Stupd IRB tricks.
Instance Method Details
#mymethods ⇒ Object
This is from Topher Cyll’s Stupd IRB tricks
707 708 709 |
# File 'lib/rbkb/extends.rb', line 707 def mymethods (self.methods - self.class.superclass.methods).sort end |