Method: Attributor::Hash#==
- Defined in:
- lib/attributor/types/hash.rb
#==(other) ⇒ Object
630 631 632 |
# File 'lib/attributor/types/hash.rb', line 630 def ==(other) contents == other || (other.respond_to?(:contents) ? contents == other.contents : false) end |