Method: LabTech::Experiment#run

Defined in:
app/models/lab_tech/experiment.rb

#runObject



123
124
125
126
127
# File 'app/models/lab_tech/experiment.rb', line 123

def run(*)
  increment_run_count
  provide_default_cleaner
  super
end