instance method
warn
Ruby on Rails 2.2.3
Since v2.2.3 PrivateSignature
warn(callstack, called, args)
No documentation comment.
Parameters
-
callstackreq -
calledreq -
argsreq
Source
# File activesupport/lib/active_support/deprecation.rb, line 176
def warn(callstack, called, args)
ActiveSupport::Deprecation.warn(@message, callstack)
end
Defined in activesupport/lib/active_support/deprecation.rb line 176
· View on GitHub
· Improve this page
· Find usages on GitHub
Defined in ActiveSupport::Deprecation::DeprecatedObjectProxy