# File 'lib/test_bench/telemetry/controls/time.rb', line 61defself.example(time=nil,**arguments)time||=Time.example(**arguments)time.strftime('%Y-%m-%dT%H:%M:%S.%NZ')end
.random ⇒ Object
67
68
69
70
71
# File 'lib/test_bench/telemetry/controls/time.rb', line 67defself.random(...)time=Time.randomexample(time)end