# File lib/licensee/project_file.rb, line 19 def matcher @matcher ||= possible_matchers.map { |m| m.new(self) }.find(&:match) end