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