module Capistrano::DSL::Paths

Public Instance Methods

uberspace_home() click to toggle source
# File lib/capistrano/uberspace/dsl/paths.rb, line 6
def uberspace_home
    Pathname.new "/home/#{fetch :user}"
end