# File lib/termcolor.rb, line 24
    def unescape(text)
      escape_or_unescape(:unescape, text)
    end