class Seahorse::Client::Http::Response
def body=(io)
-
io
(#read, #size, #rewind
) --
def body=(io) @body = case io when nil then StringIO.new('') when String then StringIO.new(io) else io end end
io
(#read, #size, #rewind
)
--
def body=(io) @body = case io when nil then StringIO.new('') when String then StringIO.new(io) else io end end