class RDoc::Stats::Verbose

def print_method(method) # :nodoc:

:nodoc:
def print_method(method) # :nodoc:
  puts "\t\t#{method.singleton ? '::' : '#'}#{method.name}#{nodoc method}"
end