class ActiveSupport::Deprecation::DeprecatedConstantProxy

def self.new(*args, **options, &block)

def self.new(*args, **options, &block)
  object = args.first
  return object unless object
  super
end