# File lib/net/http.rb, line 947 def request_get(path, initheader = nil, &block) # :yield: +response+ request(Get.new(path, initheader), &block) end