openScope method

String openScope(
  1. Scope scope
)

Implementation

String openScope(Scope scope) {
  _scopes.addLast(scope);
  return ' {';
}