class ActiveSupport::Deprecation::DeprecatedConstantProxy

def extended(base)

def extended(base)
  @deprecator.warn(@message, caller_locations)
  base.extend(target)
end