# File lib/mongo/server.rb, line 333
    def with_connection(&block)
      pool.with_connection(&block)
    end