class ActiveSupport::Deprecation::DeprecationProxy

def self.new(*args, &block)

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