class RDoc::Stats
def add_method(method)
def add_method(method) @display.print_method method @num_methods += 1 @nodoc_methods += 1 if method.document_self and method.comment.empty? end
def add_method(method) @display.print_method method @num_methods += 1 @nodoc_methods += 1 if method.document_self and method.comment.empty? end