Class: CodeRunner::Chease
- Inherits:
-
Object
- Object
- CodeRunner::Chease
- Defined in:
- lib/corfucrmod/optimisation.rb
Instance Method Summary collapse
-
#execute ⇒ Object
We hotwire the execute command so that it just runs it instead of doing a batch submission.
Instance Method Details
#execute ⇒ Object
We hotwire the execute command so that it just runs it instead of doing a batch submission
6 7 8 |
# File 'lib/corfucrmod/optimisation.rb', line 6 def execute system "#{executable}" end |