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