# File lib/pastel/color_parser.rb, line 104 def self.attribute_for(ansi) if ANSI.foreground?(ansi) :foreground elsif ANSI.background?(ansi) :background elsif ANSI.style?(ansi) :style end end