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