# File lib/drydock.rb, line 687 687: def command_names 688: @@commands.keys.collect { |cmd| decanonize(cmd); } 689: end