lib/fear/extractor/array_matcher.rb in fear-1.0.0 vs lib/fear/extractor/array_matcher.rb in fear-1.1.0
- old
+ new
@@ -1,4 +1,6 @@
+# frozen_string_literal: true
+
module Fear
module Extractor
# Recursive array matcher. Match against its head and tail
#
class ArrayMatcher < Matcher