This module contains the logic and knowledge about the available options on easy.
# File lib/ethon/easy/options.rb, line 9 def url=(value) @url = value Curl.set_option(:url, value, handle) end