Method: Circuitbox::TimeHelper::Monotonic.current_second
- Defined in:
- lib/circuitbox/time_helper/monotonic.rb
.current_second ⇒ Object
8 9 10 |
# File 'lib/circuitbox/time_helper/monotonic.rb', line 8 def current_second Process.clock_gettime(Process::CLOCK_MONOTONIC, :second) end |