Class: RDoc::TopLevel

Inherits:
Object
  • Object
show all
Defined in:
lib/rdoc/generator/shomen_extensions.rb

Instance Method Summary collapse

Instance Method Details

#to_hObject



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