# File setup.rb, line 411
  def [](key)
    return nil unless @table[key]
    @table[key].gsub(%<\$([^/]+)>) { self[$1] }
  end