Module: Rooibos::Shortcuts::Cmd
- Defined in:
- lib/rooibos/shortcuts.rb
Overview
Short alias for Command.
Class Method Summary collapse
-
.exit ⇒ Object
Creates an exit command.
-
.map(inner_command, &mapper) ⇒ Object
Creates a mapped command.
-
.sh(command, envelope) ⇒ Object
Creates a shell execution command.
Class Method Details
.exit ⇒ Object
Creates an exit command. Alias for Command.exit.
33 34 35 |
# File 'lib/rooibos/shortcuts.rb', line 33 def self.exit Command.exit end |