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