Parent

Class/Module Index [+]

Quicksearch

RDoc::Stats::Quiet

Stats printer that prints nothing

Public Class Methods

new(num_files) click to toggle source

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(*) click to toggle source

Prints a message at the beginning of parsing

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

Prints when RDoc is done

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

[Validate]

Generated with the Darkfish Rdoc Generator 2.