# File lib/gherkin/formatter/pretty_formatter.rb, line 50
      def examples(statement, examples_rows)
        @io.puts
        print_comments(statement.comments, '    ')
        print_tags(statement.tags, '    ')
        @io.puts "    #{statement.keyword}: #{statement.name}"
        print_description(statement.description, '    ')
        table(examples_rows)
      end