module Capistrano::MasterKey::Paths
Public Instance Methods
master_key_local_path()
click to toggle source
# File lib/capistrano/master_key/paths.rb, line 7 def master_key_local_path Pathname.new fetch(:master_key_local_path) end
master_key_remote_path()
click to toggle source
# File lib/capistrano/master_key/paths.rb, line 11 def master_key_remote_path shared_path.join fetch(:master_key_remote_path) end