Method: HttpdConfigmapGenerator::Base::FileHelper#template_directory
- Defined in:
- lib/httpd_configmap_generator/base/file_helper.rb
#template_directory ⇒ Object
6 7 8 9 |
# File 'lib/httpd_configmap_generator/base/file_helper.rb', line 6 def template_directory @template_directory ||= Pathname.new(Gem::Specification.find_by_name("httpd_configmap_generator").full_gem_path).join("templates") end |