# File lib/t/collectable.rb, line 8
    def collect_with_count(count, &block)
      collect_with_number(count, :count, &block)
    end