Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[ruby/rdoc] Avoid potentially loading the same extension from differe…
…nt versions of the same gem Avoids warnings like ``` /path/to/ruby/3.3.4/lib/ruby/gems/3.3.0/gems/rbs-3.4.0/lib/rdoc/discover.rb:10: warning: method redefined; discarding old scan /path/to/ruby/3.3.4/lib/ruby/gems/3.3.0/gems/rbs-3.5.1/lib/rdoc/discover.rb:10: warning: previous definition of scan was here ``` ruby/rdoc@e47920d8f3
- Loading branch information