method
insert
insert(irb)
public
Hide source
# File lib/irb/ext/multi-irb.rb, line 50 def insert(irb) @jobs.push [Thread.current, irb] end