# File lib/puppet/util/metaid.rb, line 7
7:     def meta_def(name, &blk)
8:         meta_eval { define_method name, &blk }
9:     end