class Bundler::UI::Shell

def error(msg)

def error(msg)
  @shell.say(msg, :red)
end