Define equality, equivalence and inspection methods
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
# File lib/equalizer.rb, line 15 def initialize(*keys) @keys = keys define_methods freeze end
Generated with the Darkfish Rdoc Generator 2.