method
new
new(old_const, new_const)
public
Hide source
# File activesupport/lib/active_support/deprecation.rb, line 200 def initialize(old_const, new_const) @old_const = old_const @new_const = new_const end