class ActiveSupport::Deprecation::DeprecatedConstantProxy

def append_features(base)

def append_features(base)
  @deprecator.warn(@message, caller_locations)
  base.include(target)
end