Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Have graph search look for included moduled #5

Closed
antarestrader opened this issue Jan 8, 2014 · 1 comment
Closed

Have graph search look for included moduled #5

antarestrader opened this issue Jan 8, 2014 · 1 comment
Assignees
Milestone

Comments

@antarestrader
Copy link
Owner

No description provided.

@ghost ghost assigned antarestrader Jan 8, 2014
@antarestrader antarestrader modified the milestone: Stable Base Sep 9, 2014
@antarestrader
Copy link
Owner Author

There are two ways to add a module. Using extend adds to the instance search tree, while include adds to CVars. See http://www.railstips.org/blog/archives/2009/05/15/include-vs-extend-in-ruby/ for the Ruby pattern and usage.

This probably means classes need a new field (cmodules?) to hold this list of included modules to be searched after CVars but before super class.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant