class Bundler::UI::Shell

def add_color(string, *color)

def add_color(string, *color)
  @shell.set_color(string, *color)
end