method
new
![No documentation Importance_0](https://d2vfyqvduarcvs.cloudfront.net/images/importance_0.png?1349367920)
new(object, message, deprecator = nil)
public
Hide source
# File activesupport/lib/active_support/deprecation/proxy_wrappers.rb, line 39 def initialize(object, message, deprecator = nil) @object = object @message = message ActiveSupport.deprecator.warn("DeprecatedObjectProxy without a deprecator is deprecated") unless deprecator @deprecator = deprecator || ActiveSupport::Deprecation._instance end