instance method
respond_to_missing?
Ruby on Rails 8.1.2
Since v5.2.8.1 PrivateSignature
respond_to_missing?(name, include_private = false)
No documentation comment.
Parameters
-
namereq -
include_privateopt = false
Source
# File activesupport/lib/active_support/array_inquirer.rb, line 38
def respond_to_missing?(name, include_private = false)
name.end_with?("?") || super
end
Defined in activesupport/lib/active_support/array_inquirer.rb line 38
· View on GitHub
· Improve this page
· Find usages on GitHub
Defined in ActiveSupport::ArrayInquirer