# File lib/cucumber/formatter/rerun.rb, line 54 def after_table_row(table_row) return unless @in_examples and Cucumber::Ast::OutlineTable::ExampleRow === table_row unless @header_row if table_row.failed? @rerun = true @lines << table_row.line end end @header_row = false if @header_row end