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
Determining the Source File of a Class
JavaScript is disabled. For a better experience, please enable JavaScript in your browser before proceeding.
Reply to thread
Message
[QUOTE="Ryan Davis, post: 4667280"] defintions, the one I know of, and another one, somewhere, the one I'm = getting when I attempt to use the class. Classes in ruby are "open", which means that they can be extended at any = time. So there isn't really a "definition" (at least, for a single = location) of a given class. You also have the case where something isn't opened to have stuff added = to it, but instead it can be extended by modules instead. If you want, you can play with the reflective hooks in Module: = method_added, included, extended, etc. [/QUOTE]
Verification
Post reply
Forums
Archive
Archive
Ruby
Determining the Source File of a Class
Top