lib/roda/plugins/h.rb in roda-2.10.0 vs lib/roda/plugins/h.rb in roda-2.11.0
- old
+ new
@@ -1,6 +1,7 @@
# frozen-string-literal: true
+#
class Roda
module RodaPlugins
# The h plugin adds an +h+ instance method that will HTML
# escape the input and return it.
#