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