# File lib/connection_pool.rb, line 135
    def with(&block)
      @pool.with(&block)
    end