Class: Indocker::IndockerHelper
- Inherits:
-
Object
- Object
- Indocker::IndockerHelper
- Defined in:
- lib/indocker/indocker_helper.rb
Constant Summary collapse
- INDOCKER_FOLDER =
'indocker'.freeze
Class Method Summary collapse
Class Method Details
.indocker_dir ⇒ Object
5 6 7 |
# File 'lib/indocker/indocker_helper.rb', line 5 def indocker_dir File.join(Indocker.deploy_dir, INDOCKER_FOLDER) end |