class Typhoeus::Multi

def remove(easy)

def remove(easy)
  multi_remove_handle(easy) if @easy_handles.include?(easy)
end