# File lib/typhoeus/pool.rb, line 19 def self.release(easy) easy.reset @mutex.synchronize { easies << easy } end