Method: LazyRecord::BaseModule#==

Defined in:
lib/lazy_record/base_module.rb

#==(other) ⇒ Object Also known as: eql?



49
50
51
# File 'lib/lazy_record/base_module.rb', line 49

def ==(other)
  compare(other, :==)
end