instance method
warn
Ruby on Rails 5.2.8.1
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 53
def warn(callstack, called, args)
@deprecator.warn(@message, callstack)
end
Defined in activesupport/lib/active_support/deprecation/proxy_wrappers.rb line 53
· View on GitHub
· Improve this page
· Find usages on GitHub
Defined in ActiveSupport::Deprecation::DeprecatedObjectProxy