# File control/DocumentTable/DocumentTable.rb, line 128
  def show_args_value
    i = @show_args_value_call_index
    @doc_opt_list[i]['show_args'] ? 'true' : 'false'
  end