method
append_features
v7.1.3.2 -
Show latest stable
- Class:
ActiveSupport::Deprecation::DeprecatedConstantProxy
append_features(base)public
No documentation available.
# File activesupport/lib/active_support/deprecation/proxy_wrappers.rb, line 161
def append_features(base)
@deprecator.warn(@message, caller_locations)
base.include(target)
end