module LHS::Record::Equality

Public Instance Methods

==(other) click to toggle source
# File lib/lhs/concerns/record/equality.rb, line 10
def ==(other)
  _raw == other.try(:_raw)
end