lib/roda/plugins/hash_matcher.rb in roda-2.9.0 vs lib/roda/plugins/hash_matcher.rb in roda-2.10.0
- old
+ new
@@ -1,4 +1,6 @@
+# frozen-string-literal: true
+
class Roda
module RodaPlugins
# The hash_matcher plugin adds the hash_matcher class method, which
# allows for easily defining hash matchers:
#