Module: CapUtil::Run::RunLocalMethods
- Defined in:
- lib/cap-util/run.rb
Instance Method Summary collapse
Instance Method Details
#run_locally(*args) ⇒ Object
39 |
# File 'lib/cap-util/run.rb', line 39 def run_locally(*args); CapUtil.run_locally(*args); end |
#run_locally_with_stdin(*args) ⇒ Object
40 |
# File 'lib/cap-util/run.rb', line 40 def run_locally_with_stdin(*args); CapUtil.run_locally_with_stdin(*args); end |