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