# File lib/bundler/ui.rb, line 53
      def debug?
        # needs to be false instead of nil to be newline param to other methods
        !!@debug && !@quiet
      end