Method: InspecPlugins::Init::Renderer#templates_path

Defined in:
lib/plugins/inspec-init/lib/inspec-init/renderer.rb

#templates_pathObject (readonly)

Creates a renderer able to render the given template type

  1. iterate over all files

  2. read content in erb

  3. 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