Object
Stats printer that prints nothing
Creates a new Quiet that will print nothing
 
               # File rdoc/stats/quiet.rb, line 10
def initialize num_files
  @num_files = num_files
end
             
            Prints a message at the beginning of parsing
 
               # File rdoc/stats/quiet.rb, line 17
def begin_adding(*) end
             
            Prints when RDoc is done
 
               # File rdoc/stats/quiet.rb, line 57
def done_adding(*) end
             
            Prints when an alias is added
 
               # File rdoc/stats/quiet.rb, line 22
def print_alias(*) end
             
            Prints when an attribute is added
 
               # File rdoc/stats/quiet.rb, line 27
def print_attribute(*) end
             
            Prints when a class is added
 
               # File rdoc/stats/quiet.rb, line 32
def print_class(*) end
             
            Prints when a constant is added
 
               # File rdoc/stats/quiet.rb, line 37
def print_constant(*) end
             
            Prints when a file is added
 
               # File rdoc/stats/quiet.rb, line 42
def print_file(*) end