Module: TestBench::Output::Timer::Mode

Defined in:
lib/test_bench/output/timer.rb

Class Method Summary collapse

Class Method Details

.runningObject



65
66
67
# File 'lib/test_bench/output/timer.rb', line 65

def self.running
  :running
end

.stoppedObject



69
70
71
# File 'lib/test_bench/output/timer.rb', line 69

def self.stopped
  :stopped
end