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