class Gem::RemoteFetcher

def fetch_size(uri) # TODO: phase this out

TODO: phase this out
def fetch_size(uri) # TODO: phase this out
  response = fetch_path(uri, nil, true)
  response['content-length'].to_i
end