class Gem::PathSupport

def normalize_home_dir(home)

def normalize_home_dir(home)
  if File::ALT_SEPARATOR
    home = home.gsub(File::ALT_SEPARATOR, File::SEPARATOR)
  end
  expand(home)
end