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