Method: YARD::CLI::Stats#stats_for_modules
- Defined in:
- lib/yard/cli/stats.rb
#stats_for_modules ⇒ Object
Statistics for modules
108 109 110 |
# File 'lib/yard/cli/stats.rb', line 108 def stats_for_modules output "Modules", *type_statistics(:module) end |