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

- old
+ new

@@ -1,4 +1,6 @@ +# frozen-string-literal: true + class Roda module RodaPlugins # The render_each plugin allows you to render a template for each # value in an enumerable, returning the concatention of all of the # template renderings. For example: