class IRB::JobManager

def n_jobs

Context.
The total number of irb sessions, used to set +irb_name+ of the current
def n_jobs
  @jobs.size
end