# File lib/chef/resource_collection/stepable_iterator.rb, line 83
      def step
        return nil if @position == size
        call_iterator_block
        @position += 1
      end