# File lib/chef/resource_collection/stepable_iterator.rb, line 89
      def iterate_on(iteration_type, &block)
        @iterator_type = iteration_type
        @iterator_block = block
      end