mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
Fixes [Bug #16332] Constant access was changed to no longer allow top-level constant access through `nil`, but `defined?` wasn't changed at the same time to stay consistent. Use a separate defined type to distinguish between a constant referenced from the current lexical scope and one referenced from another namespace. |
||
|---|---|---|
| .. | ||
| controllers | ||
| helpers | ||
| loaders | ||
| models | ||
| scripts | ||
| tests | ||
| views | ||