Method: Circuitbox::TimeHelper::Monotonic.current_second

Defined in:
lib/circuitbox/time_helper/monotonic.rb

.current_secondObject



8
9
10
# File 'lib/circuitbox/time_helper/monotonic.rb', line 8

def current_second
  Process.clock_gettime(Process::CLOCK_MONOTONIC, :second)
end