# File lib/cgikit/parser.rb, line 127 def marshal_load( object ) object.each do |key, value| instance_variable_set(key, value) end end