class Typhoeus::Easy

def user_agent=(user_agent)

def user_agent=(user_agent)
  set_option(OPTION_VALUES[:CURLOPT_USERAGENT], user_agent)
end