class Bundler::ConnectionPool::TimedStack

def empty?

def empty?
  (@created - @que.length) >= @max
end