20 21 22
# File 'lib/dry/monitor/clock.rb', line 20 def current Process.clock_gettime(Process::CLOCK_MONOTONIC, @unit) end