# File lib/licensee/matchers/package_matcher.rb, line 8 def match Licensee.licenses(hidden: true).find { |l| l.key == license_property } end