method
print_method
v1_9_2_180 -
Show latest stable
- Class:
RDoc::Stats::Verbose
print_method(method)public
No documentation available.
# File lib/rdoc/stats.rb, line 235
def print_method(method) # :nodoc:
puts "\t\t#{method.singleton ? '::' : '#'}#{method.name}#{nodoc method}"
end