Class Module
In: lib/rake.rb
Parent: Object

Methods

External Aliases

const_missing -> rake_original_const_missing
  Rename the original handler to make it available.

Public Instance 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 —class-namespace will define these constants in Object and avoid this handler.

[Validate]