Module Equatable::Methods
In: lib/equatable.rb

The equality methods

Methods

==   eql?  

Public Instance methods

Compare two objects for equality based on their value and being a subclass of the given class.

@param [Object] other

  the other object in comparison

@return [Boolean]

@api public

Compare two objects for equality based on their value and being an instance of the given class.

@param [Object] other

  the other object in comparison

@return [Boolean]

@api public

[Validate]