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