method
warn
![No documentation Importance_0](https://d2vfyqvduarcvs.cloudfront.net/images/importance_0.png?1349367920)
warn(callstack, called, args)
private
Hide source
# File activesupport/lib/active_support/deprecation/proxy_wrappers.rb, line 39 def warn(callstack, called, args) ActiveSupport::Deprecation.warn(@message, callstack) end