method

add_method

v1_9_2_180 - Show latest stable - Class: RDoc::Stats
add_method(method)
public

No documentation available.

# File lib/rdoc/stats.rb, line 61
  def add_method(method)
    @display.print_method method
    @num_methods += 1
    @nodoc_methods += 1 if method.document_self and method.comment.empty?
  end