mirror of
https://github.com/ruby/ruby.git
synced 2025-08-15 13:39:04 +02:00
Update vm_backtrace.c
Co-authored-by: Jean Boussier <jean.boussier@gmail.com>
This commit is contained in:
parent
4235bc295b
commit
dadaa1142f
1 changed files with 1 additions and 1 deletions
|
@ -317,7 +317,7 @@ location_base_label(rb_backtrace_location_t *loc)
|
|||
/*
|
||||
* Returns the label of this frame without decoration.
|
||||
*
|
||||
* For example, if the label is `foo`, this method returns `foo`, same, but if
|
||||
* For example, if the label is `foo`, this method returns `foo` as well, but if
|
||||
* the label is +rescue in foo+, this method returns just +foo+.
|
||||
*/
|
||||
static VALUE
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue