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