Method: ActiveHouse::Modeling::Attributes#==
- Defined in:
- lib/active_house/modeling/attributes.rb
#==(other) ⇒ Object
101 102 103 |
# File 'lib/active_house/modeling/attributes.rb', line 101 def ==(other) other.class == self.class && other._attributes == _attributes end |