class Cucumber::Formatter::Rerun

def after_feature_element(feature_element)

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