Module | Equatable::Methods |
In: |
lib/equatable.rb
|
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