# File lib/cucumber/formatter/rerun.rb, line 48
      def after_feature_element(feature_element)
        if @rerun
          file, line = *feature_element.file_colon_line.split(':')
          @lines << line
          @file = file
        end
      end