method
include_into
v6.1.3.1 -
Show latest stable
- Class:
ActiveSupport::Dependencies::ModuleConstMissing
include_into(base)public
No documentation available.
# File activesupport/lib/active_support/dependencies.rb, line 206
def self.include_into(base)
base.include(self)
append_features(base)
end