Method: GitWit::Actions::Ssh::Home#exists?

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

#exists?Boolean

Returns:

  • (Boolean)


22
23
24
# File 'lib/git_wit/actions/ssh/home.rb', line 22

def exists?
  Dir.exists? home
end