Module: Capistrano::DSL::Paths

Defined in:
lib/capistrano/uberspace/dsl/paths.rb

Instance Method Summary collapse

Instance Method Details

#uberspace_homeObject



6
7
8
# File 'lib/capistrano/uberspace/dsl/paths.rb', line 6

def uberspace_home
    Pathname.new "/home/#{fetch :user}"
end