# File lib/rubygems/remote_fetcher.rb, line 216 def normalize_uri(uri) (uri =~ /^(https?|ftp|file):/) ? uri : "http://#{uri}" end