module DHS::Record::Equality

Public Instance Methods

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