class RDoc::Options

def quiet= bool

def quiet= bool
  @verbosity = bool ? 0 : 1
end