Project

General

Profile

« Previous | Next » 

Revision 12ac8971

Added by jeremyevans (Jeremy Evans) over 3 years ago

Do not have class/module keywords look up ancestors of Object

Fixes case where Object includes a module that defines a constant,
then using class/module keyword to define the same constant on
Object itself.

Implements [Feature #18832]