# File lib/rainbow.rb, line 32
    def foreground(*color)
      wrap_with_code(AnsiColor.new(:foreground, *color).code)
    end