# File lib/rubygems/remote_fetcher.rb, line 339
  def get_file_uri_path(uri)
    uri.sub(%r{\Afile://}, '')
  end