autoInit static method

void autoInit()

Implementation

static void autoInit() {
  if (_self == null) {
    init('.');
  }
}