# File lib/rubygems/remote_fetcher.rb, line 332
  def file_uri?(uri)
    uri =~ %r{\Afile://}
  end