Method: RDoc::Stats#add_constant
- Defined in:
- lib/rdoc/stats.rb
#add_constant(constant) ⇒ Object
Records the parsing of constant
73 74 75 |
# File 'lib/rdoc/stats.rb', line 73 def add_constant constant @display.print_constant constant end |