# File lib/merb-core/dispatch/router/behavior.rb, line 93
      def add(path, params = {})
        match(path).to(params)
      end