# File lib/puppet/module.rb, line 25 25: def self.modulepath(environment = nil) 26: Puppet::Node::Environment.new(environment).modulepath 27: end