Module: DHS::Record::Equality

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

Instance Method Summary collapse

Instance Method Details

#==(other) ⇒ Object



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

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