# File lib/ramaze/snippets/ramaze/dictionary.rb, line 377
    def find
      each{|k,v| return k, v if yield(k,v) }
      return nil
    end