method

method_missing

method_missing(method, *arguments, &block)
private

No documentation available.

# File activesupport/lib/active_support/option_merger.rb, line 12
      def method_missing(method, *arguments, &block)
        merge_argument_options! arguments
        @context.send!(method, *arguments, &block)
      end