Class: RDoc::AnyMethod
- Inherits:
-
Object
- Object
- RDoc::AnyMethod
- Defined in:
- lib/rdoc/generator/chm.rb
Instance Method Summary collapse
-
#chm_index_name ⇒ Object
Full method name for the CHM’s index.
Instance Method Details
#chm_index_name ⇒ Object
Full method name for the CHM’s index. in the format:
method (Class)
11 12 13 |
# File 'lib/rdoc/generator/chm.rb', line 11 def chm_index_name "#{name} (#{@parent.full_name})" end |