class IRB::JobManager

def insert(irb)

Add the given +irb+ session to the jobs Array.
def insert(irb)
  @jobs.push [Thread.current, irb]
end