class Github::ResponseWrapper

def to_hash


Convert the ResponseWrapper into a Hash
def to_hash
  body.to_hash
end