Method: Gem::RemoteFetcher#fetch_file
- Defined in:
- lib/rubygems/remote_fetcher.rb
#fetch_file(uri, *_) ⇒ Object
File Fetcher. Dispatched by fetch_path. Use it instead.
204 205 206 |
# File 'lib/rubygems/remote_fetcher.rb', line 204 def fetch_file(uri, *_) Gem.read_binary Gem::Util.correct_for_windows_path uri.path end |