Sha256: 61ce27807a941fc5b6104a413a0f24b3b476d2b7ad199c636dfd3df663857cc7
Contents?: true
Size: 279 Bytes
Versions: 29
Compression:
Stored size: 279 Bytes
Contents
class Indocker::EnvFileHelper ENV_FILES_FOLDER = 'env_files'.freeze class << self def path(env_file) File.expand_path(File.join(folder, File.basename(env_file.path))) end def folder File.join(Indocker.deploy_dir, ENV_FILES_FOLDER) end end end
Version data entries
29 entries across 29 versions & 1 rubygems