Method: InspecPlugins::Init::Renderer#templates_path
- Defined in:
- lib/plugins/inspec-init/lib/inspec-init/renderer.rb
#templates_path ⇒ Object (readonly)
Creates a renderer able to render the given template type
-
iterate over all files
-
read content in erb
-
write to destination path
12 13 14 |
# File 'lib/plugins/inspec-init/lib/inspec-init/renderer.rb', line 12 def templates_path @templates_path end |