module Typhoeus::Request::Marshal
def marshal_load(attributes)
def marshal_load(attributes) attributes.each { |name, value| instance_variable_set(name, value) } end
def marshal_load(attributes) attributes.each { |name, value| instance_variable_set(name, value) } end