method
new
v4.1.8 -
Show latest stable
- Class:
ActiveSupport::Deprecation::DeprecatedObjectProxy
new(object, message, deprecator = ActiveSupport::Deprecation.instance)public
No documentation available.
# File activesupport/lib/active_support/deprecation/proxy_wrappers.rb, line 38
def initialize(object, message, deprecator = ActiveSupport::Deprecation.instance)
@object = object
@message = message
@deprecator = deprecator
end