# File lib/cucumber/core/test/timer.rb, line 34 def time_in_nanoseconds Process.clock_gettime(Process::CLOCK_MONOTONIC, :nanosecond) end