quiet=(bool)
Set quietness to bool
# File lib/rdoc/options.rb, line 1133 def quiet= bool @verbosity = bool ? 0 : 1 end