# File lib/cucumber/formatter/html.rb, line 105
      def comment_line(comment_line)
        @builder.text!(comment_line)
        @builder.br
      end