Module: Capistrano::FigaroYml::Paths

Defined in:
lib/capistrano/figaro_yml/paths.rb

Instance Method Summary collapse

Instance Method Details

#figaro_yml_local_pathObject



7
8
9
# File 'lib/capistrano/figaro_yml/paths.rb', line 7

def figaro_yml_local_path
  Pathname.new fetch(:figaro_yml_local_path)
end

#figaro_yml_remote_pathObject



11
12
13
# File 'lib/capistrano/figaro_yml/paths.rb', line 11

def figaro_yml_remote_path
  shared_path.join fetch(:figaro_yml_remote_path)
end