method
respond_to_missing?
v6.1.7.7 -
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