Method: BaseApp#process_template_to_file
- Defined in:
- lib/base_app.rb
#process_template_to_file(name, target, props = {}) ⇒ Object
74 75 76 |
# File 'lib/base_app.rb', line 74 def process_template_to_file(name,target,props={}) write_file(target, process_template(name,target,props)) end |