From 724398cce630edd5b5053333e0fbf6ae3b05c9c5 Mon Sep 17 00:00:00 2001 From: Ellen Marie Dash Date: Sat, 30 Sep 2023 19:15:42 -0400 Subject: [PATCH] [rubygems/rubygems] Remove outdated/incorrect comment. The function is also significantly simpler than it used to be, to the point I'm not sure it needs a comment. https://github.com/rubygems/rubygems/commit/29a0551e37 --- lib/rubygems/path_support.rb | 4 ---- 1 file changed, 4 deletions(-) diff --git a/lib/rubygems/path_support.rb b/lib/rubygems/path_support.rb index c80a60fc76..f27da619e9 100644 --- a/lib/rubygems/path_support.rb +++ b/lib/rubygems/path_support.rb @@ -56,10 +56,6 @@ class Gem::PathSupport private - ## - # The default home directory. - # This function was broken out to accommodate tests in `bundler/spec/commands/doctor_spec.rb`. - def normalize_home_dir(home) if File::ALT_SEPARATOR home = home.gsub(File::ALT_SEPARATOR, File::SEPARATOR)