# File lib/puppet/module.rb, line 104 104: def license_file 105: return @license_file if defined?(@license_file) 106: 107: return @license_file = nil unless path 108: @license_file = File.join(path, "License") 109: end