# File lib/erubis/context.rb, line 39
    def [](key)
      return instance_variable_get("@#{key}")
    end