summaryrefslogtreecommitdiff
path: root/ext/tcltklib/MANUAL.eng
diff options
context:
space:
mode:
Diffstat (limited to 'ext/tcltklib/MANUAL.eng')
-rw-r--r--ext/tcltklib/MANUAL.eng13
1 files changed, 13 insertions, 0 deletions
diff --git a/ext/tcltklib/MANUAL.eng b/ext/tcltklib/MANUAL.eng
index 20e966d223..d3417f5dff 100644
--- a/ext/tcltklib/MANUAL.eng
+++ b/ext/tcltklib/MANUAL.eng
@@ -268,6 +268,19 @@ class TclTkIp
: Check whether the interpreter is the safe interpreter.
: If is the safe interpreter, returns true.
+ allow_ruby_exit?
+ : Return the mode whether 'exit' function of ruby or 'exit'
+ : command of Tcl/Tk can quit the ruby process or not on the
+ : interpreter. If false, such a command quit the interpreter
+ : only.
+ : The default value for a master interpreter is true, and
+ : for a slave interpreter is false.
+
+ allow_ruby_exit=(mode)
+ : Change the mode of 'allow_ruby_exit?'.
+ : If $SAFE >= 4 or the interpreter is a "safe" interpreter,
+ : this is not permitted (raise an exception).
+
delete
: Delete the interpreter.
: The deleted interpreter doesn't accept command and then