Method: Shell.unalias_command
- Defined in:
- lib/shell.rb
.unalias_command(ali) ⇒ Object
Convenience method for Shell::CommandProcessor.unalias_command
400 401 402 |
# File 'lib/shell.rb', line 400 def Shell.unalias_command(ali) CommandProcessor.unalias_command(ali) end |