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