method

respond_to_missing?

respond_to_missing?(name, include_private = false)
private

No documentation available.

# File activesupport/lib/active_support/array_inquirer.rb, line 36
      def respond_to_missing?(name, include_private = false)
        name.end_with?("?") || super
      end