method
deprecation_warning
rails latest stable - Class:
ActiveSupport::Deprecation::InstanceDelegator::OverrideDelegators
deprecation_warning(deprecated_method_name, message = nil, caller_backtrace = nil)public
No documentation available.
# File activesupport/lib/active_support/deprecation/instance_delegator.rb, line 58
def deprecation_warning(deprecated_method_name, message = nil, caller_backtrace = nil)
caller_backtrace ||= caller_locations(2)
super
end