method
warn
Ruby on Rails latest stable (v7.1.3.2)
-
0 notes -
Class: ActiveSupport::Deprecation::DeprecatedObjectProxy
warn(callstack, called, args)
private
Hide source
# File activesupport/lib/active_support/deprecation/proxy_wrappers.rb, line 51 def warn(callstack, called, args) @deprecator.warn(@message, callstack) end