# File lib/mongo_mapper/plugins/dumpable.rb, line 15 def marshal_load(data) data.each do |k, v| instance_variable_set(k, v) end end