method

quiet=

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

No documentation available.

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