# File lib/typhoeus/multi.rb, line 13 def add(easy) raise "trying to add easy handle twice" if @easy_handles.include?(easy) easy.set_headers() if easy.headers.empty? multi_add_handle(easy) end
# File lib/typhoeus/multi.rb, line 26 def cleanup() multi_cleanup end
# File lib/typhoeus/multi.rb, line 19 def perform() while active_handle_count > 0 do multi_perform end reset_easy_handles end
Generated with the Darkfish Rdoc Generator 2.