# File lib/bundler/ui/shell.rb, line 46
      def quiet?
        LEVELS.index(@level) <= LEVELS.index("warn")
      end