Module: TestBench::Telemetry::Controls::Time::Random
- Defined in:
- lib/test_bench/telemetry/controls/time.rb
Class Method Summary collapse
Class Method Details
.example ⇒ Object
75 76 77 78 79 |
# File 'lib/test_bench/telemetry/controls/time.rb', line 75 def self.example offset_nanoseconds = Controls::Random.integer Time.example(offset_nanoseconds:) end |