Module: LHS::Data::Equality

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

Instance Method Summary collapse

Instance Method Details

#==(other) ⇒ Object



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

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