method

respond_to_missing?

Importance_0
v7.1.3.2 - Show latest stable - 0 notes - Class: ActiveSupport::OptionMerger
respond_to_missing?(*arguments) 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/option_merger.rb, line 34
      def respond_to_missing?(*arguments)
        @context.respond_to?(*arguments)
      end
Register or log in to add new notes.