# File lib/puppet/util/classgen.rb, line 46
46:   def genmodule(name, options = {}, &block)
47:     genthing(name, Module, options, block)
48:   end