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