# File lib/httpclient/util.rb, line 78
    def hash_find_value(hash, &block)
      v = hash.find(&block)
      v ? v[1] : nil
    end