Flowdock
method

respond_to_missing?

Importance_0
respond_to_missing?(method_name, include_private = false) private

No documentation

This method has no description. You can help the Ruby on Rails community by adding new notes.

Hide source
# File activesupport/lib/active_support/string_inquirer.rb, line 14
      def respond_to_missing?(method_name, include_private = false)
        method_name[-1] == '?'
      end
Register or log in to add new notes.