Method: Specinfra::Backend::ShellScript#run_command
- Defined in:
- lib/specinfra/backend/shell_script.rb
#run_command(cmd, opts = {}) ⇒ Object
13 14 15 16 |
# File 'lib/specinfra/backend/shell_script.rb', line 13 def run_command(cmd, opts={}) @lines << cmd CommandResult.new end |