method
respond_to_missing?
v7.2.3 -
Show latest stable
- Class:
ActiveSupport::StringInquirer
respond_to_missing?(method_name, include_private = false)private
No documentation available.
# File activesupport/lib/active_support/string_inquirer.rb, line 23
def respond_to_missing?(method_name, include_private = false)
method_name.end_with?("?") || super
end