method

respond_to_missing?

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