# File lib/mustache.rb, line 142
  def []=(key, value)
    context[key.to_sym] = value
  end