# File lib/data_objects/pooling.rb, line 219
      def size
        @used.size + @available.size
      end