summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Rodríguez <deivid.rodriguez@riseup.net>2024-09-18 18:57:53 +0200
committerHiroshi SHIBATA <hsbt@ruby-lang.org>2024-09-24 15:33:31 +0900
commit5f47f0f759ebac7b4ce6e8d3d68cabba81f7ffbc (patch)
treeaa75a4991b72e382dbc2be2e2e1cffa4fc824ec6
parent4b1e852d3ee79037e1b3963cc00c1407a7b3dda8 (diff)
[rubygems/rubygems] Remove TODO I can't make much sense of
https://github.com/rubygems/rubygems/commit/6d627e0671
-rw-r--r--lib/rubygems/basic_specification.rb1
1 files changed, 0 insertions, 1 deletions
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