lib/licensee/matchers.rb in licensee-9.11.0 vs lib/licensee/matchers.rb in licensee-9.12.0
- old
+ new
@@ -1,4 +1,6 @@
+# frozen_string_literal: true
+
module Licensee
module Matchers
autoload :Matcher, 'licensee/matchers/matcher'
autoload :Cabal, 'licensee/matchers/cabal'
autoload :Cargo, 'licensee/matchers/cargo'