instance method
warn
Ruby on Rails edge
Private — implementation detail, not part of the public APISignature
warn(callstack, called, *, **)
No documentation comment.
Parameters
-
callstackreq -
calledreq -
argsrest -
kwargskeyrest
Source
# File activesupport/lib/active_support/deprecation/proxy_wrappers.rb, line 57
def warn(callstack, called, *, **)
@deprecator.warn(@message, callstack)
end
Defined in activesupport/lib/active_support/deprecation/proxy_wrappers.rb line 57
· View on GitHub
· Improve this page
· Find usages on GitHub
Defined in ActiveSupport::Deprecation::DeprecatedObjectProxy