class Cucumber::Formatter::Pretty
def print_examples_data(examples)
def print_examples_data(examples) print_comments(examples.location.line, 4) print_tags(examples.tags, 4) print_keyword_name(examples.keyword, examples.name, 4) print_description(examples.description) unless options[:expand] print_comments(examples.table_header.location.line, 6) @io.puts(indent(gherkin_source.split("\n")[examples.table_header.location.line - 1].strip, 6)) end @io.flush end