Method: Cult::Transferable#remote_path

Defined in:
lib/cult/transferable.rb

#remote_pathObject



20
21
22
# File 'lib/cult/transferable.rb', line 20

def remote_path
  File.join(role.remote_path, role_relative_path)
end