From 5f47f0f759ebac7b4ce6e8d3d68cabba81f7ffbc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?David=20Rodr=C3=ADguez?= Date: Wed, 18 Sep 2024 18:57:53 +0200 Subject: [PATCH] [rubygems/rubygems] Remove TODO I can't make much sense of https://github.com/rubygems/rubygems/commit/6d627e0671 --- lib/rubygems/basic_specification.rb | 1 - 1 file changed, 1 deletion(-) diff --git a/lib/rubygems/basic_specification.rb b/lib/rubygems/basic_specification.rb index b76716acf5..f7eee88ef5 100644 --- a/lib/rubygems/basic_specification.rb +++ b/lib/rubygems/basic_specification.rb @@ -129,7 +129,6 @@ class Gem::BasicSpecification end def find_full_gem_path # :nodoc: - # TODO: also, shouldn't it default to full_name if it hasn't been written? File.expand_path File.join(gems_dir, full_name) end