diff options
| author | David RodrÃguez <deivid.rodriguez@riseup.net> | 2024-09-18 18:57:53 +0200 |
|---|---|---|
| committer | Hiroshi SHIBATA <hsbt@ruby-lang.org> | 2024-09-24 15:33:31 +0900 |
| commit | 5f47f0f759ebac7b4ce6e8d3d68cabba81f7ffbc (patch) | |
| tree | aa75a4991b72e382dbc2be2e2e1cffa4fc824ec6 /lib | |
| parent | 4b1e852d3ee79037e1b3963cc00c1407a7b3dda8 (diff) | |
[rubygems/rubygems] Remove TODO I can't make much sense of
https://github.com/rubygems/rubygems/commit/6d627e0671
Diffstat (limited to 'lib')
| -rw-r--r-- | lib/rubygems/basic_specification.rb | 1 |
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 |
