10 11 12
# File 'lib/lhs/concerns/data/equality.rb', line 10 def ==(other) _raw == other.try(:_raw) end