module Typhoeus::Request::Marshal

def marshal_load(attributes)

Load.
def marshal_load(attributes)
  attributes.each { |name, value| instance_variable_set(name, value) }
end