[Source]
# File lib/irb/cmd/subirb.rb, line 38 38: def execute(*keys) 39: IRB.JobManager.kill(*keys) 40: end
[Validate]