lib/roda/plugins/symbol_views.rb in roda-2.9.0 vs lib/roda/plugins/symbol_views.rb in roda-2.10.0
- old
+ new
@@ -1,4 +1,6 @@
+# frozen-string-literal: true
+
class Roda
module RodaPlugins
# The symbol_views plugin allows match blocks to return
# symbols, and consider those symbols as views to use for the
# response body. So you can take code like: