# File lib/erubis/context.rb, line 33 def initialize(hash=nil) hash.each do |name, value| self[name] = value end if hash end