method
deprecation_warning
v6.0.0 -
Show 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 32
def deprecation_warning(deprecated_method_name, message = nil, caller_backtrace = nil)
caller_backtrace ||= caller_locations(2)
super
end