lib/roda/plugins/sinatra_helpers.rb in roda-2.9.0 vs lib/roda/plugins/sinatra_helpers.rb in roda-2.10.0
- old
+ new
@@ -1,4 +1,6 @@
+# frozen-string-literal: true
+
class Roda
module RodaPlugins
# The sinatra_helpers plugin ports most of the helper methods
# defined in Sinatra::Helpers to Roda, other than those
# helpers that were already covered by other plugins such