class ActiveSupport::Deprecation::DeprecatedConstantProxy

def prepend_features(base)

def prepend_features(base)
  @deprecator.warn(@message, caller_locations)
  base.prepend(target)
end