method

exec_show

exec_show()
public

No documentation available.

# File actionwebservice/setup.rb, line 909
  def exec_show
    ConfigTable.each do |i|
      printf "%-20s %s\n", i.name, i.value
    end
  end