WebRI  RDoc::TopLevel

Parent

Methods

[Validate]
Generated with WebRI Redfish 1.2

TopLevel

Public Instance Methods

to_h() click to toggle source
# File lib/webri/extensions/rdoc.rb, line 35
  def to_h
    {
       :path     => path,
       :name     => base_name,
       :fullname => full_name,
       :rootname => absolute_name,
       :modified => last_modified,
       :diagram  => diagram
    }
  end
to_json() click to toggle source
# File lib/webri/extensions/rdoc.rb, line 47
  def to_json
    to_h.to_json
  end

Disabled; run with --debug to generate this.