# File lib/bundler/vendor/thor/shell/basic.rb, line 16
      def mute
        @mute = true
        yield
      ensure
        @mute = false
      end