init static method

Ioc init()

Implementation

static Ioc init () {
  Ioc._instance = Ioc();
  return Ioc._instance;
}