[DOC] Fix indent of set_trace_func document

This commit is contained in:
Nobuyoshi Nakada 2023-09-04 09:23:31 +09:00
parent 7e0f5df2f9
commit 3b7c8e90da
No known key found for this signature in database
GPG Key ID: 3582D74E1FEE4465
Notes: git 2023-09-04 01:42:16 +00:00

View File

@ -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