lib/slim_lint/matcher/base.rb in slim_lint-0.15.1 vs lib/slim_lint/matcher/base.rb in slim_lint-0.16.0

- old
+ new

@@ -1,4 +1,6 @@ +# frozen_string_literal: true + module SlimLint::Matcher # Represents a Sexp pattern implementing complex matching logic. # # Subclasses can implement custom logic to create complex matches that can be # reused across linters, DRYing up matching code.