lib/roda/plugins/param_matchers.rb in roda-2.9.0 vs lib/roda/plugins/param_matchers.rb in roda-2.10.0

- old
+ new

@@ -1,4 +1,6 @@ +# frozen-string-literal: true + class Roda module RodaPlugins # The param_matchers plugin adds hash matchers that operate # on the request's params. #