Method: CommandMapper::Command#capture_command
- Defined in:
- lib/command_mapper/command.rb
#capture_command ⇒ String
Runs the command in a shell and captures all stdout output.
764 765 766 |
# File 'lib/command_mapper/command.rb', line 764 def capture_command `#{command_string}` end |