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