# File lib/cgikit/application.rb, line 328 def take_values_from_hash( hash ) hash.each do |key, value| self[key] = value end end