Method: CodeRunner#new_run
- Defined in:
- lib/coderunner/instance_methods.rb
#new_run ⇒ Object
Create a new instance of the class @run_class
1288 1289 1290 1291 |
# File 'lib/coderunner/instance_methods.rb', line 1288 def new_run logf(:new_run) @run_class.new(self) end |