# File lib/typhoeus.rb, line 26 def self.init_easy_object_pool 20.times do easy_object_pool << Typhoeus::Easy.new end end