method
kill
kill(*keys)
public
Terminates the irb sessions specified by the given keys.
Raises an IrbAlreadyDead exception if one of the given keys is already terminated.
See Thread#exit for more information.
kill(*keys)
public
Terminates the irb sessions specified by the given keys.
Raises an IrbAlreadyDead exception if one of the given keys is already terminated.
See Thread#exit for more information.