Module: TestBench::Output::Timer::Mode
- Defined in:
- lib/test_bench/output/timer.rb
Class Method Summary collapse
Class Method Details
.running ⇒ Object
| 65 66 67 | # File 'lib/test_bench/output/timer.rb', line 65 def self.running :running end | 
.stopped ⇒ Object
| 69 70 71 | # File 'lib/test_bench/output/timer.rb', line 69 def self.stopped :stopped end |