Method: TrailGuide::Experiment.stop!
- Defined in:
- lib/trail_guide/experiment.rb
.stop! ⇒ Object
58 59 60 61 62 63 |
# File 'lib/trail_guide/experiment.rb', line 58 def stop! return false unless started? stopped = TrailGuide.redis.hdel(storage_key, 'started_at') run_callbacks(:on_stop) stopped end |