Method: Timecop::TimeStackItem#current_monotonic
- Defined in:
- lib/timecop/time_stack_item.rb
#current_monotonic ⇒ Object
69 70 71 |
# File 'lib/timecop/time_stack_item.rb', line 69 def current_monotonic Process.clock_gettime_without_mock(Process::CLOCK_MONOTONIC, :nanosecond) end |