# File lib/pastel/color.rb, line 120
    def colored?(string)
      !ANSI_COLOR_REGEXP.match(string).nil?
    end