class Cucumber::Formatter::Pretty

def print_feature_data

def print_feature_data
  feature = gherkin_document.feature
  print_language_comment(feature.location.line)
  print_comments(feature.location.line, 0)
  print_tags(feature.tags, 0)
  print_feature_line(feature)
  print_description(feature.description)
  @io.flush
end