Method: Qcmd::InputCompleter.add_command

Defined in:
lib/qcmd/input_completer.rb

.add_command(command) ⇒ Object



19
20
21
# File 'lib/qcmd/input_completer.rb', line 19

def self.add_command command
  add_commands([command])
end