Method: FluentCommandBuilder::SystemExecutor#do_execute
- Defined in:
- lib/fluent_command_builder/command_executors/system_executor.rb
#do_execute(command) ⇒ Object
6 7 8 |
# File 'lib/fluent_command_builder/command_executors/system_executor.rb', line 6 def do_execute(command) system command.to_s end |