# File lib/cucumber/formatter/pretty.rb, line 45
      def comment_line(comment_line)
        @io.puts(comment_line.indent(@indent))
        @io.flush
      end