Method: MethodLister::FindResult#==
- Defined in:
- lib/method_lister/find_result.rb
#==(other) ⇒ Object
37 38 39 40 |
# File 'lib/method_lister/find_result.rb', line 37 def ==(other) object.eql?(other.object) && methods(:all).sort == other.methods(:all).sort end |