Class: Peanuts::Mapper::ReaderFootprint

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?(mappingfp) ⇒ Boolean

Returns:

  • (Boolean)


96
97
98
# File 'lib/peanuts/mapper.rb', line 96

def eql?(mappingfp)
  mappingfp.eql?(@obj)
end