# File lib/erubis/context.rb, line 43
    def []=(key, value)
      return instance_variable_set("@#{key}", value)
    end