Method: ValueSemantics::InstanceMethods#hash
- Defined in:
- lib/value_semantics.rb
#hash ⇒ Object
Unique-ish integer, based on attributes and class of the object
131 132 133 |
# File 'lib/value_semantics.rb', line 131 def hash to_h.hash ^ self.class.hash end |