instance method
method_missing
Ruby on Rails 7.1.6
Since v6.0.6 PrivateSignature
method_missing(called, *args, &block)
No documentation comment.
Parameters
-
calledreq -
argsrest -
blockblock
Source
# File activesupport/lib/active_support/deprecation/proxy_wrappers.rb, line 186
def method_missing(called, *args, &block)
@deprecator.warn(@message, caller_locations)
target.__send__(called, *args, &block)
end
Defined in activesupport/lib/active_support/deprecation/proxy_wrappers.rb line 186
· View on GitHub
· Improve this page
· Find usages on GitHub
Defined in ActiveSupport::Deprecation::DeprecatedConstantProxy