| Class | Equalizer |
| In: |
lib/equalizer/version.rb
lib/equalizer.rb |
| Parent: | Module |
Define equality, equivalence and inspection methods
| VERSION | = | '0.0.11'.freeze | Gem version |
Initialize an Equalizer with the given keys
Will use the keys with which it is initialized to define cmp?, hash, and inspect
@param [Array<Symbol>] keys
@return [undefined]
@api private