method
method_missing
v8.0.0 -
Show latest stable
- Class:
ActiveSupport::Deprecation::DeprecatedConstantProxy
method_missing(...)private
No documentation available.
# File activesupport/lib/active_support/deprecation/proxy_wrappers.rb, line 183
def method_missing(...)
@deprecator.warn(@message, caller_locations)
target.__send__(...)
end