module DHS::Data::Equality
Public Instance Methods
==(other)
click to toggle source
# File lib/dhs/concerns/data/equality.rb, line 10 def ==(other) _raw == other.try(:_raw) end
# File lib/dhs/concerns/data/equality.rb, line 10 def ==(other) _raw == other.try(:_raw) end