# File lib/ruote/engine.rb, line 584
    def catchall (*args)

      klass = args.empty? ? Ruote::StorageParticipant : args.first
      options = args[1] || {}

      participant('.+', klass, options)
    end