Module: Redwing::Generator
- Defined in:
- lib/redwing/generator.rb,
lib/redwing/generator/file_by_template.rb
Defined Under Namespace
Classes: BaseGenerator, FileByTemplate
Class Method Summary collapse
Class Method Details
.create_file_by_template(template, destination, config = {}) ⇒ Object
7 8 9 |
# File 'lib/redwing/generator.rb', line 7 def create_file_by_template(template, destination, config = {}) FileByTemplate.start([template, destination, config]) end |