canPop method

bool canPop()

Implementation

bool canPop() {
  return currentState.canPop();
}