fails:Net::HTTP#get2 when passed no block sends a GET request to the passed path and returns the response
fails:Net::HTTP#get2 when passed no block returns a Net::HTTPResponse object
fails:Net::HTTP#get2 when passed a block sends a GET request to the passed path and returns the response
fails:Net::HTTP#get2 when passed a block yields the response to the passed block
fails:Net::HTTP#get2 when passed a block returns a Net::HTTPResponse object
