class RDoc::Stats::Quiet
Stats printer that prints nothing
Public Class Methods
Source
# File lib/rdoc/stats/quiet.rb, line 12 def initialize(num_files) @num_files = num_files end
Creates a new Quiet that will print nothing
Public Instance Methods
Source
# File lib/rdoc/stats/quiet.rb, line 19 def begin_adding(*) end
Prints a message at the beginning of parsing
Source
# File lib/rdoc/stats/quiet.rb, line 59 def done_adding(*) end
Prints when RDoc is done
Source
# File lib/rdoc/stats/quiet.rb, line 24 def print_alias(*) end
Prints when an alias is added
Source
# File lib/rdoc/stats/quiet.rb, line 29 def print_attribute(*) end
Prints when an attribute is added
Source
# File lib/rdoc/stats/quiet.rb, line 34 def print_class(*) end
Prints when a class is added
Source
# File lib/rdoc/stats/quiet.rb, line 39 def print_constant(*) end
Prints when a constant is added
Source
# File lib/rdoc/stats/quiet.rb, line 44 def print_file(*) end
Prints when a file is added
Source
# File lib/rdoc/stats/quiet.rb, line 49 def print_method(*) end
Prints when a method is added
Source
# File lib/rdoc/stats/quiet.rb, line 54 def print_module(*) end
Prints when a module is added