Delegator
# File lib/http/response.rb, line 151 def initialize(response, body = response.body) super(body) @response, @body = response, body end
# File lib/http/response.rb, line 156 def __getobj__; @body; end
# File lib/http/response.rb, line 157 def __setobj__(obj); @body = obj; end
[Validate]
Generated with the Darkfish Rdoc Generator 2.