class Bundler::ConnectionPool::TimedStack

def current_time

def current_time
  Process.clock_gettime(Process::CLOCK_MONOTONIC)
end