# File lib/termcolor.rb, line 83
    def text(text)
      @result << CGI.unescapeHTML(text)
    end