class Erubis::Context

def []=(key, value)

def []=(key, value)
  return instance_variable_set("@#{key}", value)
end