class Bundler::Thor::Shell::Basic

def quiet? #:nodoc:

:nodoc:
def quiet? #:nodoc:
  mute? || (base && base.options[:quiet])
end