Class: KuberKit::Actions::ShellLauncher
- Defined in:
- lib/kuber_kit/actions/shell_launcher.rb
Instance Method Summary collapse
Instance Method Details
#call ⇒ Object
9 10 11 12 13 14 15 16 17 |
# File 'lib/kuber_kit/actions/shell_launcher.rb', line 9 def call() action_handler.call(local_shell) true rescue KuberKit::Error => e ui.print_error("Error", e.) false end |