Module: LHS::Record::Equality

Extended by:
ActiveSupport::Concern
Included in:
LHS::Record
Defined in:
lib/lhs/concerns/record/equality.rb

Instance Method Summary collapse

Instance Method Details

#==(other) ⇒ Object



10
11
12
# File 'lib/lhs/concerns/record/equality.rb', line 10

def ==(other)
  _raw == other.try(:_raw)
end