method
warn

warn(callstack, called, args)
private
Hide source
# File activesupport/lib/active_support/deprecation.rb, line 177 def warn(callstack, called, args) ActiveSupport::Deprecation.warn(@message, callstack) end