Classes: Template
'0.0.1'
45 46 47 48 49
# File 'lib/gen/template.rb', line 45 def template name, &block template = Template.new template.instance_eval &block if block_given? template end