mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
* expand tabs.
This commit is contained in:
parent
182a408c2c
commit
0971460e31
1 changed files with 1 additions and 1 deletions
2
proc.c
2
proc.c
|
|
@ -1310,7 +1310,7 @@ rb_block_to_s(VALUE self, const struct rb_block *block, const char *additional_i
|
|||
case block_type_iseq:
|
||||
{
|
||||
const rb_iseq_t *iseq = rb_iseq_check(block->as.captured.code.iseq);
|
||||
rb_str_catf(str, "%p %"PRIsVALUE":%d", (void *)self,
|
||||
rb_str_catf(str, "%p %"PRIsVALUE":%d", (void *)self,
|
||||
rb_iseq_path(iseq),
|
||||
FIX2INT(iseq->body->location.first_lineno));
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue