# File lib/templater/description.rb, line 68 68: def get(generator) 69: klass = generator.class.manifold.generator(name) 70: if klass and block 71: generator.instance_exec(klass, &block) 72: elsif klass 73: klass.new(generator.destination_root, generator.options, *generator.arguments) 74: end 75: end
Disabled; run with --debug to generate this.
Generated with the Darkfish Rdoc Generator 1.1.6.