endScope method

void endScope()

Implementation

void endScope() {
  scopes.pop();
}