# File lib/hashery/fuzzyhash.rb, line 67
  def each
    hash.each{|k,v| yield k,v }
    fuzzies.each{|v| yield v.first, v.last }
  end