Beispiel #1
0
 private Main(RubyInstanceConfig config, boolean hardExit) {
   this.config = config;
   config.setHardExit(hardExit);
 }