module RorVsWild

def self.clock_milliseconds

def self.clock_milliseconds
  Process.clock_gettime(Process::CLOCK_MONOTONIC, :millisecond)
end