module Ethon::Easy::Options

def url=(value)

def url=(value)
  @url = value
  Curl.set_option(:url, value, handle)
end