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