Class: Peanuts::Mapper::MappingFootprint

Inherits:
Footprint
  • Object
show all
Defined in:
lib/peanuts/mapper.rb

Overview

:nodoc:

Instance Method Summary collapse

Methods inherited from Footprint

#hash, #initialize, #to_s

Constructor Details

This class inherits a constructor from Peanuts::Mapper::Footprint

Instance Method Details

#eql?(other) ⇒ Boolean

Returns:

  • (Boolean)


90
91
92
# File 'lib/peanuts/mapper.rb', line 90

def eql?(other)
  self.equal?(other) || other && @obj.matches?(other)
end