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="Scott Taylor, post: 4555777"] Use ri 'ClassName' at the command line. A better alternative is to download the fast-ri gem (ri is incredibly slow). Just to let you know, Ruby does not have multiple Inheritance, so most of the base classes subclass from class Object. What you are seeing when you call "ancestors" are the modules which are included in the class. All of this information is given to you through ri. If you are looking for rdoc documentation, use the gem_server command at the command line and go to [URL]http://localhost:8808/[/URL]. That should give you the docs for any gems you have installed on your system. Hope that helps, Scott Taylor [/QUOTE]
Verification
Post reply
Forums
Archive
Archive
Ruby
class hierarchy with rdoc
Top