class RDoc::TopLevel

Public Instance Methods

to_h() click to toggle source
# 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