class RDoc::Stats::Quiet

Stats printer that prints nothing

Public Class Methods

Creates a new Quiet that will print nothing

# File lib/rdoc/stats/quiet.rb, line 10
def initialize num_files
  @num_files = num_files
end

Public Instance Methods

Prints a message at the beginning of parsing

# File lib/rdoc/stats/quiet.rb, line 17
def begin_adding(*) end

Prints when RDoc is done

# File lib/rdoc/stats/quiet.rb, line 57
def done_adding(*) end

Prints when an alias is added

Prints when an attribute is added

Prints when a class is added

Prints when a constant is added

Prints when a file is added

Prints when a method is added

Prints when a module is added