class Github::ResponseWrapper

def to_ary


Convert the ResponseWrapper into an Array
def to_ary
  body.to_ary
end