Module: Capistrano::Ops::FigaroYml::Paths
- Defined in:
- lib/capistrano/ops/figaro_yml/paths.rb
Instance Method Summary collapse
Instance Method Details
#figaro_yml_local_path ⇒ Object
9 10 11 |
# File 'lib/capistrano/ops/figaro_yml/paths.rb', line 9 def figaro_yml_local_path Pathname.new fetch(:figaro_yml_local_path) end |
#figaro_yml_remote_path ⇒ Object
13 14 15 |
# File 'lib/capistrano/ops/figaro_yml/paths.rb', line 13 def figaro_yml_remote_path shared_path.join fetch(:figaro_yml_remote_path) end |