class method
self.new
Ruby on Rails 2.2.3
Since v2.2.3Signature
self.new(object, message)
No documentation comment.
Parameters
-
objectreq -
messagereq
Source
# File activesupport/lib/active_support/deprecation.rb, line 166
def initialize(object, message)
@object = object
@message = message
end
Defined in activesupport/lib/active_support/deprecation.rb line 166
· View on GitHub
· Improve this page
· Find usages on GitHub
Defined in ActiveSupport::Deprecation::DeprecatedObjectProxy