Maintenance of Ruby 2.0.0 ended on February 24, 2016. Read more
Stats printer that prints everything documented, including the documented status
Returns a marker for RDoc::CodeObject
co being undocumented
# File rdoc/stats/verbose.rb, line 10
def nodoc co
" (undocumented)" unless co.documented?
end