method

respond_to_missing?

respond_to_missing?(...)
private

No documentation available.

# File activesupport/lib/active_support/option_merger.rb, line 34
      def respond_to_missing?(...)
        @context.respond_to?(...)
      end