instance method
respond_to_missing?
Ruby on Rails 6.1.7.10
Since v4.2.9 PrivateSignature
respond_to_missing?(method, _)
No documentation comment.
Parameters
-
methodreq -
_req
Source
# File activesupport/lib/active_support/duration.rb, line 473
def respond_to_missing?(method, _)
value.respond_to?(method)
end
Defined in activesupport/lib/active_support/duration.rb line 473
· View on GitHub
· Improve this page
· Find usages on GitHub
Defined in ActiveSupport::Duration