Modify: add new feature "pre_procs" and "post_procs"
"pre_procs" is for the process before the execution of a Proc registered by hook. When overwriting e.body with pre_procs, it should be noted that it will be executed as many times as the number of hooks. "post_procs" treats the value returned by Proc registered by hook. This new feature "post_procs" is related to 04be13b4 and 00b2fb7c.
samples/2024/modify_20241111.1_post_procs.rb
0 → 100644
Please register or sign in to comment