module Capistrano::FigaroYml::Paths
Public Instance Methods
figaro_yml_local_path()
click to toggle source
# 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_path()
click to toggle source
# File lib/capistrano/figaro_yml/paths.rb, line 11 def figaro_yml_remote_path shared_path.join fetch(:figaro_yml_remote_path) end