Object
Stats printer that prints nothing
Creates a new Quiet that will print nothing
# File rdoc/stats/quiet.rb, line 9
def initialize num_files
@num_files = num_files
end
Prints a message at the beginning of parsing
# File rdoc/stats/quiet.rb, line 16
def begin_adding(*) end
Prints when RDoc is done
# File rdoc/stats/quiet.rb, line 56
def done_adding(*) end
Prints when an alias is added
# File rdoc/stats/quiet.rb, line 21
def print_alias(*) end
Prints when an attribute is added
# File rdoc/stats/quiet.rb, line 26
def print_attribute(*) end
Prints when a class is added
# File rdoc/stats/quiet.rb, line 31
def print_class(*) end
Prints when a constant is added
# File rdoc/stats/quiet.rb, line 36
def print_constant(*) end
Prints when a file is added
# File rdoc/stats/quiet.rb, line 41
def print_file(*) end
Commenting is here to help enhance the documentation. For example, code samples, or clarification of the documentation.
If you have questions about Ruby or the documentation, please post to one of the Ruby mailing lists. You will get better, faster, help that way.
If you wish to post a correction of the docs, please do so, but also file bug report so that it can be corrected for the next release. Thank you.
If you want to help improve the Ruby documentation, please see Improve the docs, or visit Documenting-ruby.org.