lib/roda/plugins/content_for.rb in roda-2.10.0 vs lib/roda/plugins/content_for.rb in roda-2.11.0
- old
+ new
@@ -1,6 +1,7 @@
# frozen-string-literal: true
+#
class Roda
module RodaPlugins
# The content_for plugin is designed to be used with the
# render plugin, allowing you to store content inside one
# template, and retrieve that content inside a separate