Class: RDoc::TopLevel
- Inherits:
-
Object
- Object
- RDoc::TopLevel
- Defined in:
- lib/rdoc/generator/shomen_extensions.rb
Instance Method Summary collapse
Instance Method Details
#to_h ⇒ Object
10 11 12 13 14 15 16 17 18 19 |
# File 'lib/rdoc/generator/shomen_extensions.rb', line 10 def to_h { :path => path, :name => base_name, :fullname => full_name, :rootname => absolute_name, :modified => last_modified, :diagram => diagram } end |