[DOC] Fix indent of set_trace_func
document
This commit is contained in:
parent
7e0f5df2f9
commit
3b7c8e90da
Notes:
git
2023-09-04 01:42:16 +00:00
@ -556,6 +556,8 @@ static void call_trace_func(rb_event_flag_t, VALUE data, VALUE self, ID id, VALU
|
|||||||
* t = Test.new
|
* t = Test.new
|
||||||
* t.test
|
* t.test
|
||||||
*
|
*
|
||||||
|
* Produces:
|
||||||
|
*
|
||||||
* line prog.rb:11 false
|
* line prog.rb:11 false
|
||||||
* c-call prog.rb:11 new Class
|
* c-call prog.rb:11 new Class
|
||||||
* c-call prog.rb:11 initialize Object
|
* c-call prog.rb:11 initialize Object
|
||||||
|
Loading…
x
Reference in New Issue
Block a user