class Github::ResponseWrapper

def to_s


Return response body as string
def to_s
  body.to_s
end