# File control/DocumentTable/DocumentTable.rb, line 117 def show_args_label i = @show_args_call_index @doc_opt_list[i]['show_args'] ? 'Hide arguments' : 'Show arguments' end