class HTTP::Response::StringBody

def each

Iterate over the body, allowing it to be enumerable
def each
  yield @contents
end