# File lib/rbg.rb, line 123
def
fork_workers
(
n
)
n
.
times
do
|
i
|
self
.
fork_worker
(
i
)
end
end