Class: CodeRunner::Ecom

Inherits:
Object
  • Object
show all
Defined in:
lib/corfucrmod/optimisation.rb

Instance Method Summary collapse

Instance Method Details

#executeObject

We hotwire the execute command so that it just runs it instead of doing a batch submission



13
14
15
# File 'lib/corfucrmod/optimisation.rb', line 13

def execute
  system "#{executable}"
end