const_missing(const_name)
Instance Public methods
Check for deprecated uses of top level (i.e. in Object) uses of Rake class names. If someone tries to reference the constant name, display a warning and return the proper object. Using the âclassic-namespace command line option will define these constants in Object and avoid this handler.
Please login to continue.