class Opal::BuilderScheduler::Prefork::ForkSet

def create_fork

def create_fork
  self << Fork.new(self, &@block)
end