# File lib/net/ssh/known-hosts.rb, line 42 def home_directory ENV['HOME'] || (ENV['HOMEPATH'] && "#{ENV['HOMEDRIVE']}#{ENV['HOMEPATH']}") || "/" end