class Cucumber::Formatter::Pretty
def visit_background_name(keyword, name, file_colon_line, source_indent)
def visit_background_name(keyword, name, file_colon_line, source_indent) visit_feature_element_name(keyword, name, file_colon_line, source_indent) end