# File lib/rdoc/options.rb, line 949
  def quiet= bool
    @verbosity = bool ? 0 : 1
  end