# File lib/restclient/response.rb, line 11 def initialize body, net_http_res, args super net_http_res, args @body = body || "" end