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