Method: TrailGuide::CombinedExperiment.start!

Defined in:
lib/trail_guide/combined_experiment.rb

.start!Object

TODO if just I delegate on this inheriting class, will that override the defined methods on the base class? and will they interplay nicely? like with ‘started?` calling `started_at`, etc.?

really wishing i’d written some specs right about now :-P



22
23
24
# File 'lib/trail_guide/combined_experiment.rb', line 22

def start!
  parent.start!
end