method
warn
v5.2.3 -
Show latest stable
- Class:
ActiveSupport::Deprecation::DeprecatedObjectProxy
warn(callstack, called, args)private
No documentation available.
# File activesupport/lib/active_support/deprecation/proxy_wrappers.rb, line 53
def warn(callstack, called, args)
@deprecator.warn(@message, callstack)
end