method
kill
kill(*keys)
public
Hide source
# File lib/irb/ext/multi-irb.rb, line 63 def kill(*keys) for key in keys th, irb = search(key) IRB.fail IrbAlreadyDead unless th.alive? th.exit end end