class HTTP::Response::Caching
def body
def body @body ||= if __getobj__.body.respond_to? :each __getobj__.body else StringBody.new(__getobj__.body.to_s) end end
def body @body ||= if __getobj__.body.respond_to? :each __getobj__.body else StringBody.new(__getobj__.body.to_s) end end