Method: Wukong::Deploy::Templater#templates_dir

Defined in:
lib/wukong-deploy/templater.rb

#templates_dirPathname

The directory containing templates used to generate the corresponding files in the new deploy pack repository.

Returns:

  • (Pathname)


60
61
62
# File 'lib/wukong-deploy/templater.rb', line 60

def templates_dir
  @templates_dir ||= Pathname.new(File.expand_path('../../../templates', __FILE__))
end