Module: TestBench::Controls::Clock::Reference
- Defined in:
- lib/test_bench/controls/clock/reference.rb
Class Method Summary collapse
Class Method Details
.now ⇒ Object
5 6 7 |
# File 'lib/test_bench/controls/clock/reference.rb', line 5 def self.now value end |
.value ⇒ Object
9 10 11 |
# File 'lib/test_bench/controls/clock/reference.rb', line 9 def self.value Time.new 2000, 1, 1, 1, 1, 1, 0 end |