RDoc::Stats::

Quiet

class

Stats printer that prints nothing

Public Class Methods

new(num_files)

Creates a new Quiet that will print nothing

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

Public Instance Methods

begin_adding(*)

Prints a message at the beginning of parsing

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

Prints when RDoc is done

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

Prints when an alias is added

print_attribute(*)

Prints when an attribute is added

print_class(*)

Prints when a class is added

print_constant(*)

Prints when a constant is added

print_file(*)

Prints when a file is added

print_method(*)

Prints when a method is added

print_module(*)

Prints when a module is added