kill(*keys)
Instance Public methods
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.
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.
Please login to continue.