Method: Retrospec::Puppet::Generators::FunctionGenerator#function_file_path
- Defined in:
- lib/retrospec/plugins/v1/plugin/generators/function_generator.rb
#function_file_path ⇒ Object
122 123 124 |
# File 'lib/retrospec/plugins/v1/plugin/generators/function_generator.rb', line 122 def function_file_path File.join(template_dir, "function_template#{function_ext}.retrospec.erb") end |