# File lib/puppet/module.rb, line 104
104:     def path
105:         environment.modulepath.collect { |path| File.join(path, name) }.find { |d| FileTest.exist?(d) }
106:     end