413 414 415 416 417
# File 'lib/tenjin.rb', line 413 def update(hash) hash.each do |key, val| self[key] = val end end