# File lib/puppet/module.rb, line 159 159: def to_s 160: result = "Module #{name}" 161: result += "(#{path})" if path 162: result 163: end