# File lib/journey/routes.rb, line 35
    def partitioned_routes
      @partitioned_routes ||= routes.partition { |r|
        r.path.anchored && r.ast.grep(Nodes::Symbol).all? { |n| n.default_regexp?  }
      }
    end