module Tablesalt::UsesHashForEquality
Public Instance Methods
==(other)
click to toggle source
# File lib/tablesalt/uses_hash_for_equality.rb, line 9 def ==(other) hash == other.hash end
Also aliased as: eql?