class Cucumber::Formatter::Pretty

def on_test_run_finished(_event)

def on_test_run_finished(_event)
  print_comments(gherkin_source.split("\n").length, 0) unless current_feature_uri.empty?
  @io.puts
  print_summary
end