Class: Henv::ExecCommand
- Inherits:
-
Clamp::Command
- Object
- Clamp::Command
- Henv::ExecCommand
- Includes:
- Config
- Defined in:
- lib/henv/cli.rb
Instance Method Summary collapse
Methods included from Config
#config, #config_command, #config_command_result
Instance Method Details
#execute ⇒ Object
40 41 42 |
# File 'lib/henv/cli.rb', line 40 def execute exec(config, command.join(" ")) end |