lib/fear/extractor/any_matcher.rb in fear-1.0.0 vs lib/fear/extractor/any_matcher.rb in fear-1.1.0
- old
+ new
@@ -1,4 +1,6 @@
+# frozen_string_literal: true
+
module Fear
module Extractor
# Always match, E.g. `_ : Integer` without capturing variable
#
class AnyMatcher < Matcher