untrace_var(symbol [, cmd] ) â array or nil
Instance Public methods
Removes tracing for the specified command on the given global variable and
returns nil. If no command is specified, removes all tracing
for that variable and returns an array containing the commands actually
removed.
Please login to continue.