ruby-equatable

extension of objects with equality comparison and inspection methods
  https://github.com/piotrmurach/equatable
  0
  no reviews



This library extends Ruby objects with equality comparison and inspection methods.

By including this module, a class indicates that its instances have explicit general contracts for `hash`, `==` and `eql?` methods.