method
exclude_from
v3.2.13 -
Show latest stable
- Class:
ActiveSupport::Dependencies::Loadable
exclude_from(base)public
No documentation available.
# File activesupport/lib/active_support/dependencies.rb, line 212
def self.exclude_from(base)
base.class_eval { define_method(:load, Kernel.instance_method(:load)) }
end