# 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