Methods

Templater::InvocationDescription

Public Instance Methods

get(generator) click to toggle source
    # 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.

[Validate]

Generated with the Darkfish Rdoc Generator 1.1.6.