Support for the Ruby 2.1 series ended on March 31 2017. See here for details.
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