method
add_method
v1_8_7_330 -
Show latest stable
- Class:
RDoc::Context
add_method(a_method)public
No documentation available.
# File lib/rdoc/code_objects.rb, line 237
def add_method(a_method)
puts "Adding #@visibility method #{a_method.name} to #@name" if $DEBUG
a_method.visibility = @visibility
add_to(@method_list, a_method)
end