fetch_file(uri, *_)
File Fetcher. Dispatched by fetch_path. Use it instead.
# File lib/rubygems/remote_fetcher.rb, line 194 def fetch_file uri, *_ Gem.read_binary correct_for_windows_path uri.path end