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