Libraries
»
lhs
(11.2.1)
»
Index
»
LHS
»
Data
»
Equality
»
#==
Method: LHS::Data::Equality#==
Defined in:
lib/lhs/concerns/data/equality.rb
#
==
(other) ⇒
Object
8 9 10
# File 'lib/lhs/concerns/data/equality.rb', line 8
def
==
(
other
)
_raw
==
other
.
try
(
:_raw
)
end