107 108 109
# File 'lib/timetrap/timer.rb', line 107 def stop_all(time = nil) running_entries.map{ |e| stop(e, time) } end