# File lib/cucumber/formatter/console.rb, line 163
      def print_message(message)
        @io.puts(format_string(message, :tag).indent(@indent))
        @io.flush
      end