Method: Command::CommandSet#command_names
- Defined in:
- lib/command-set/command-set.rb
#command_names ⇒ Object
345 346 347 |
# File 'lib/command-set/command-set.rb', line 345 def command_names return @command_list.keys.compact + @mode_commands.keys.compact end |