Sha256: c1c9aae4e30c4b922cf6135108dd2d9d0a15e1e6d50c04d783bd3d919de30af4
Contents?: true
Size: 194 Bytes
Versions: 9
Compression:
Stored size: 194 Bytes
Contents
module Capistrano module Cluster module Paths def home_path fetch(:home_path, "/home/#{fetch(:user)}") end end end end include Capistrano::Cluster::Paths
Version data entries
9 entries across 9 versions & 1 rubygems