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