const_missing

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.

rake_original_const_missing

doc_ruby_on_rails
2015-04-19 03:04:14
Comments
Leave a Comment

Please login to continue.