class Erubis::Context

def initialize(hash=nil)

def initialize(hash=nil)
  hash.each do |name, value|
    self[name] = value
  end if hash
end