Sha256: f6270b1cdb861afc964711741a1fb0b833bb367427cbf33d229e9df0a8416777
Contents?: true
Size: 355 Bytes
Versions: 10
Compression:
Stored size: 355 Bytes
Contents
# frozen_string_literal: true require 'pathname' module Capistrano module Ops module FigaroYml module Paths def figaro_yml_local_path Pathname.new fetch(:figaro_yml_local_path) end def figaro_yml_remote_path shared_path.join fetch(:figaro_yml_remote_path) end end end end end
Version data entries
10 entries across 10 versions & 1 rubygems