Class: Object
- Inherits:
- BasicObject
- Defined in:
- lib/mharris_ext/methods.rb
Instance Method Summary collapse
Instance Method Details
#local_methods ⇒ Object
2 3 4 5 |
# File 'lib/mharris_ext/methods.rb', line 2 def local_methods res = methods - 7.methods - "".methods res.sort_by { |x| x.to_s } end |