method
extended
v4.2.7 -
Show latest stable
- Class:
ActiveSupport::Autoload
extended(base)public
No documentation available.
# File activesupport/lib/active_support/dependencies/autoload.rb, line 26
def self.extended(base) # :nodoc:
base.class_eval do
@_autoloads = {}
@_under_path = nil
@_at_path = nil
@_eager_autoload = false
end
end