class Bundler::ConnectionPool

def get_time

@!visibility private
def get_time
  Process.clock_gettime(Process::CLOCK_MONOTONIC)
end