Method: PDK::Template::Renderer::AbstractRenderer#render
- Defined in:
- lib/pdk/template/renderer.rb
#render(template_type, name, options = {}) {|dest_path, dest_content, dest_status| ... } ⇒ void
This method is part of a private API. You should avoid using this method if possible, as it may be removed or be changed in the future.
This method is abstract.
This method returns an undefined value.
Loop through the files in the template type, yielding each rendered file to the supplied block.
81 |
# File 'lib/pdk/template/renderer.rb', line 81 def render(template_type, name, = {}); end |