NamedGenerator
# File lib/generators/base.rb, line 27 27: def self.common_template(name, template_source) 28: common_base_dir = File.expand_path(File.dirname(__FILE__)) 29: template name do |t| 30: t.source = File.join(common_base_dir, 'templates', 'common', template_source) 31: t.destination = template_source 32: end 33: end
Disabled; run with --debug to generate this.
Generated with the Darkfish Rdoc Generator 1.1.6.