# File lib/rainbow.rb, line 28 def foreground(color) color = color.to_sym validate_color(color) wrap_with_code(TERM_COLORS[color] + 30) end