Method: Tenjin::BaseContext#update

Defined in:
lib/tenjin.rb

#update(hash) ⇒ Object



413
414
415
416
417
# File 'lib/tenjin.rb', line 413

def update(hash)
  hash.each do |key, val|
    self[key] = val
  end
end