123456789_123456789_123456789_123456789_123456789_

Class: RDoc::Stats::Normal

Relationships & Source Files
Extension / Inclusion / Inheritance Descendants
Subclasses:
Super Chains via Extension / Inclusion / Inheritance
Class Chain:
self, Quiet
Instance Chain:
self, Quiet
Inherits: RDoc::Stats::Quiet
Defined in: lib/rdoc/stats/normal.rb

Overview

::RDoc::Stats printer that prints just the files being documented with a progress bar

Class Method Summary

Quiet - Inherited

.new

Creates a new Quiet that will print nothing.

Instance Method Summary

Quiet - Inherited

#begin_adding

Prints a message at the beginning of parsing.

#done_adding

Prints when ::RDoc::RDoc is done.

#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.

Constructor Details

This class inherits a constructor from RDoc::Stats::Quiet

Instance Method Details

#begin_adding

This method is for internal use only.
[ GitHub ]

  
# File 'lib/rdoc/stats/normal.rb', line 15

def begin_adding # :nodoc:
  puts "Parsing sources..."
  @last_width = 0
end

#done_adding

This method is for internal use only.
[ GitHub ]

  
# File 'lib/rdoc/stats/normal.rb', line 54

def done_adding # :nodoc:
  puts
end