Class: SourceMonitor::Release::Runner::Executor

Inherits:
Object
  • Object
show all
Defined in:
lib/source_monitor/release/runner.rb

Instance Method Summary collapse

Instance Method Details

#run(command, env: {}) ⇒ Object



67
68
69
# File 'lib/source_monitor/release/runner.rb', line 67

def run(command, env: {})
  system(env, *command)
end