# File lib/typhoeus/easy.rb, line 145 def url=(url) @url = url set_option(OPTION_VALUES[:CURLOPT_URL], url) end