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