lib/slim_lint/matcher/anything.rb in slim_lint-0.15.1 vs lib/slim_lint/matcher/anything.rb in slim_lint-0.16.0
- old
+ new
@@ -1,4 +1,6 @@
+# frozen_string_literal: true
+
module SlimLint::Matcher
# Will match anything, acting as a wildcard.
class Anything < Base
# @see {SlimLint::Matcher::Base#match?}
def match?(*)