Method: YMDP::Generator::Templates::Base#generate
- Defined in:
- lib/view.rb
#generate ⇒ Object
Write the template to its destination_path after it has been processed.
47 48 49 |
# File 'lib/view.rb', line 47 def generate write_processed_template end |