method
new
new(old_const, new_const, deprecator = ActiveSupport::Deprecation.instance)
public
Hide source
# File activesupport/lib/active_support/deprecation/proxy_wrappers.rb, line 106 def initialize(old_const, new_const, deprecator = ActiveSupport::Deprecation.instance) @old_const = old_const @new_const = new_const @deprecator = deprecator end