instance method
respond_to_missing?
Ruby on Rails 5.2.8.1
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 22
def respond_to_missing?(method_name, include_private = false)
(method_name[-1] == "?") || super
end
Defined in activesupport/lib/active_support/string_inquirer.rb line 22
· View on GitHub
· Improve this page
· Find usages on GitHub
Defined in ActiveSupport::StringInquirer