= private = protected
insert(irb)
Add the given irb session to the jobs Array.
# File lib/irb/ext/multi-irb.rb, line 57 def insert(irb) @jobs.push [Thread.current, irb] end