# File lib/bundler/ui.rb, line 27
      def initialize(shell)
        @shell = shell
        @quiet = false
        @debug = ENV['DEBUG']
      end