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

Scope const_defined? & const_get to the parent #16

Merged
merged 1 commit into from
Nov 17, 2016

Conversation

tobias
Copy link
Contributor

@tobias tobias commented Nov 17, 2016

Otherwise, a top-level constant can be found instead, leading to
erroneous behavior.

I haven't kept up with Ruby, so I don't know if the default behavior of const_defined?/const_get have changed to trigger this now, but these changes seem to fix torquebox/backstage#36

Let me know how wrong I am.

Otherwise, a top-level constant can be found instead, leading to
erroneous behavior.
@enebo enebo merged commit 3055075 into enebo:master Nov 17, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Incompatible with TB 3.2
2 participants