Class: RDoc::Stats::Verbose (Ruby 2.3.4)

In Files

  • rdoc/stats/verbose.rb

Methods

Class/Module Index [+]

Quicksearch

RDoc::Stats::Verbose

frozen_string_literal: false

Stats printer that prints everything documented, including the documented status

Public Instance Methods

nodoc(co)

Returns a marker for RDoc::CodeObject co being undocumented

 
               # File rdoc/stats/verbose.rb, line 11
def nodoc co
  " (undocumented)" unless co.documented?
end