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