lib/licensee/matchers/exact.rb in licensee-9.11.0 vs lib/licensee/matchers/exact.rb in licensee-9.12.0
- old
+ new
@@ -1,4 +1,6 @@
+# frozen_string_literal: true
+
module Licensee
module Matchers
class Exact < Licensee::Matchers::Matcher
def match
return @match if defined? @match