Method: LabTech::Experiment#run

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

#runObject



127
128
129
130
131
# File 'app/models/lab_tech/experiment.rb', line 127

def run(*)
  increment_run_count
  provide_default_cleaner
  super
end