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