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