class Github::ResponseWrapper

def body=(value)

def body=(value)
  @body = value
  @env[:body] = value
end