class Bundler::UI::Shell

def warn(msg)

def warn(msg)
  @shell.say(msg, :yellow)
end