# File setup.rb, line 253
  def []=(key, val)
    lookup(key).set val
  end