# File lib/hashery/fuzzy_hash.rb, line 61 def ==(o) o.is_a?(FuzzyHash) o.send(:hash) == hash && o.send(:fuzzies) == fuzzies end