Method: CaTissue::HashCode#==
- Defined in:
- lib/catissue/helpers/hash_code.rb
#==(other) ⇒ Boolean
Returns whether the objects are identical.
17 18 19 |
# File 'lib/catissue/helpers/hash_code.rb', line 17 def ==(other) equal?(other) end |