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