benolee (Ben Holley)
- Login: benolee
- Email: benolee@gmail.com
- Registered on: 12/18/2012
- Last sign in: 08/14/2014
Issues
| open | closed | Total | |
|---|---|---|---|
| Assigned issues | 0 | 0 | 0 |
| Reported issues | 0 | 0 | 0 |
Activity
12/18/2012
-
04:35 AM Ruby Feature #7414: Now that const_get supports "Foo::Bar" syntax, so should const_defined?.
- I have been working on a patch, but I have some questions about expected behavior.
In the case when the parent is missing, for example:
# Foo is missing
Object.const_defined?("Foo::Bar")
should it return false? Or raise...