# File lib/restclient/abstract_response.rb, line 71 def follow_redirection &block url = headers[:location] if url !~ /^http/ url = URI.parse(args[:url]).merge(url).to_s end args[:url] = url Request.execute args, &block end