[rubygems/rubygems] Remove TODO I can't make much sense of

https://github.com/rubygems/rubygems/commit/6d627e0671
This commit is contained in:
David Rodríguez 2024-09-18 18:57:53 +02:00 committed by Hiroshi SHIBATA
parent 4b1e852d3e
commit 5f47f0f759
No known key found for this signature in database
GPG Key ID: F9CF13417264FAC2

View File

@ -129,7 +129,6 @@ class Gem::BasicSpecification
end end
def find_full_gem_path # :nodoc: 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) File.expand_path File.join(gems_dir, full_name)
end end