Method: Indocker::EnvFileHelper.path

Defined in:
lib/indocker/env_file_helper.rb

.path(env_file) ⇒ Object



5
6
7
# File 'lib/indocker/env_file_helper.rb', line 5

def path(env_file)
  File.expand_path(File.join(folder, File.basename(env_file.path)))
end