# File lib/scrubyt/core/shared/extractor.rb, line 68
        def method_missing(method_name, *args, &block)
          root_pattern = Scrubyt::Pattern.new(method_name.to_s, args, @extractor, nil, &block)
          @extractor.root_patterns << root_pattern
          root_pattern
        end