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