Method: Polytrix::Executor#execute
- Defined in:
- lib/polytrix/executor.rb
#execute(command, opts = {}) ⇒ Object
28 29 30 31 |
# File 'lib/polytrix/executor.rb', line 28 def execute(command, opts = {}) opts[:env] = env unless env.nil? executor.execute(command, opts) end |