Libraries
»
lazy_record
(0.7.2)
»
Index
»
LazyRecord
»
BaseModule
»
#==
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