Class: Peanuts::Mapper::MappingFootprint
- Defined in:
- lib/peanuts/mapper.rb
Overview
:nodoc:
Instance Method Summary collapse
Methods inherited from Footprint
Constructor Details
This class inherits a constructor from Peanuts::Mapper::Footprint
Instance Method Details
#eql?(other) ⇒ Boolean
90 91 92 |
# File 'lib/peanuts/mapper.rb', line 90 def eql?(other) self.equal?(other) || other && @obj.matches?(other) end |