# File lib/her/model/attributes.rb, line 127 def ==(other) other.is_a?(Her::Model) && @_her_attributes == other.attributes end