# File setup.rb, line 314
  def ConfigTable.each_name(&block)
    keys().each(&block)
  end