# File lib/paint.rb, line 173 def simple(color_name, background = false) (background ? 40 : 30) + ANSI_COLORS[color_name] end