Class: Focus::RunShellCommand
- Defined in:
- lib/focus/actions/run_shell_command.rb
Instance Method Summary collapse
Instance Method Details
#call ⇒ Object
3 4 5 |
# File 'lib/focus/actions/run_shell_command.rb', line 3 def call system(context.cmd) end |