instance method
respond_to_missing?
Ruby on Rails 7.0.10
Since v4.0.13 PrivateSignature
respond_to_missing?(method_name, include_private = false)
No documentation comment.
Parameters
-
method_namereq -
include_privateopt = false
Source
# File activesupport/lib/active_support/string_inquirer.rb, line 21
def respond_to_missing?(method_name, include_private = false)
method_name.end_with?("?") || super
end
Defined in activesupport/lib/active_support/string_inquirer.rb line 21
· View on GitHub
· Improve this page
· Find usages on GitHub
Defined in ActiveSupport::StringInquirer