Method: Qcmd::InputCompleter.add_commands
- Defined in:
- lib/qcmd/input_completer.rb
.add_commands(commands) ⇒ Object
14 15 16 17 |
# File 'lib/qcmd/input_completer.rb', line 14 def self.add_commands commands ReservedWords.push(*commands) ReservedWords.uniq! end |