Method: Wukong::Deploy::Templater#templates_dir
- Defined in:
- lib/wukong-deploy/templater.rb
#templates_dir ⇒ Pathname
The directory containing templates used to generate the corresponding files in the new deploy pack repository.
60 61 62 |
# File 'lib/wukong-deploy/templater.rb', line 60 def templates_dir @templates_dir ||= Pathname.new(File.('../../../templates', __FILE__)) end |