# File lib/bundler/ui/shell.rb, line 26
      def warn(msg, newline = nil)
        tell_me(msg, :yellow, newline) if level("warn")
      end