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

- old
+ new

@@ -1,6 +1,7 @@ # 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: