# File lib/typhoeus/request.rb, line 252 def marshal_load(attributes) attributes.each { |name, value| instance_variable_set(name, value) } end