isRing method

bool isRing()

Implementation

bool isRing() {
  return isClosed() && isSimple();
}