class Gem::Net::HTTP::Persistent

def normalize_uri uri

def normalize_uri uri
  (uri =~ /^https?:/) ? uri : "http://#{uri}"
end