# File lib/typhoeus/pool.rb, line 57 def self.with_easy(&block) easy = get yield easy ensure release(easy) if easy end