lib/roda/plugins/backtracking_array.rb in roda-2.10.0 vs lib/roda/plugins/backtracking_array.rb in roda-2.11.0

- old
+ new

@@ -1,6 +1,7 @@ # frozen-string-literal: true +# class Roda module RodaPlugins # The backtracking_array plugin changes the handling of array # matchers such that if one of the array entries matches, but # a later match argument fails, it will backtrack and try the