Method: Avm::SourceGenerators::Base#apply_template

Defined in:
lib/avm/source_generators/base.rb

#apply_templateObject



52
53
54
# File 'lib/avm/source_generators/base.rb', line 52

def apply_template
  root_template.apply(self, target_path)
end