Forums
New posts
Search forums
Members
Current visitors
Log in
Register
What's new
Search
Search
Search titles only
By:
New posts
Search forums
Menu
Log in
Register
Install the app
Install
Forums
Archive
Archive
Ruby
class hierarchy with rdoc
JavaScript is disabled. For a better experience, please enable JavaScript in your browser before proceeding.
You are using an out of date browser. It may not display this or other websites correctly.
You should upgrade or use an
alternative browser
.
Reply to thread
Message
[QUOTE="Googy, post: 4555773"] Hi, I am newbie to ruby, I have extensive experience in java & with javadoc, javadoc shows class hierarchy i.e. its parent classes and interfaces in a tree view, so you can easily understand the whole hierarchy but when I moved to ruby the feature missing is to see the class hierarchy for ruby classes. Every time I can't fire irb and create an object and see its ancestors (<obj>.class. ancestors). So am I missing something? Is it possible to see the class hierarchy in rdoc generated documentation ? Particularly when you go to [URL]http://www.ruby-doc.org/core/[/URL] for core documentation there is no way to see even Fixnum parent classes. Fixnum is only for example. And from my experience good documentation plays important role in its adaptability. Suggest me if there are any alternative ruby documentation generators or class browsers. Thanks. [/QUOTE]
Verification
Post reply
Forums
Archive
Archive
Ruby
class hierarchy with rdoc
Top