method

quiet=

v1_9_1_378 - Show latest stable - Class: RDoc::Options
quiet=(bool)
public

No documentation available.

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