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