isOutOfRibbon method

bool isOutOfRibbon()

Implementation

bool isOutOfRibbon() {
  return FLAG_OUT_OF_RIBBON & _value != 0;
}