# File lib/rudy/global.rb, line 95
95:     def update(ghash={})
96:       ghash = ghash.marshal_dump if ghash.is_a?(OpenStruct) 
97:       ghash.each_pair { |n,v| self.send("#{n}=", v) } 
98:       postprocess
99:     end