# File lib/licensee/matchers/exact_matcher.rb, line 10
      def match
        Licensee.licenses(hidden: true).find do |license|
          license.length == @file.length && license.wordset == @file.wordset
        end
      end