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