mirror of
https://github.com/ruby/ruby.git
synced 2025-08-15 13:39:04 +02:00
[DOC] Fix link to untrace_var from trace_var
This commit is contained in:
parent
55a81863cd
commit
0d2ca33404
1 changed files with 1 additions and 1 deletions
2
eval.c
2
eval.c
|
@ -2022,7 +2022,7 @@ f_global_variables(VALUE _)
|
|||
* +Proc+ object) or block is executed whenever the variable
|
||||
* is assigned. The block or +Proc+ object receives the
|
||||
* variable's new value as a parameter. Also see
|
||||
* Kernel::untrace_var.
|
||||
* #untrace_var.
|
||||
*
|
||||
* trace_var :$_, proc {|v| puts "$_ is now '#{v}'" }
|
||||
* $_ = "hello"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue