Method: GitWit::Actions::Ssh::Home#initialize

Defined in:
lib/git_wit/actions/ssh/home.rb

#initialize(base, user, home, config = {}) ⇒ Home

Returns a new instance of Home.



5
6
7
8
# File 'lib/git_wit/actions/ssh/home.rb', line 5

def initialize(base, user, home, config = {})
  @base, @user, @home = base, user, File.expand_path(home)
  @config = {verbose: true}.merge config
end