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