resolvePatches static method

void resolvePatches()

Implementation

static void resolvePatches() {
  for ( var patch in patches)
    patch.apply();

  patches.clear();
}