# File lib/gherkin/formatter/pretty_formatter.rb, line 95
        def write_text(io, text)
          io.write(self.__send__(@status, text))
        end