Class: RDoc::TopLevel

Inherits:
Object
  • Object
show all
Defined in:
lib/shomen/rdoc/extensions.rb

Instance Method Summary collapse

Instance Method Details

#to_hObject



3
4
5
6
7
8
9
10
11
12
# File 'lib/shomen/rdoc/extensions.rb', line 3

def to_h
  {
     :path     => path,
     :name     => base_name,
     :fullname => full_name,
     :rootname => absolute_name,
     :modified => last_modified,
     :diagram  => diagram
  }
end