# File lib/cucumber/formatter/rerun.rb, line 42 def after_feature_element(feature_element) if @rerun file, line = *feature_element.file_colon_line.split(':') @file_colon_lines[file] << line @file_names << file end end