[DOC] Update call-seq for Method#<<

This commit is contained in:
Peter Zhu 2025-12-19 20:38:34 -05:00
parent ab4a0b4e0e
commit 76441060f2
Notes: git 2025-12-21 19:08:33 +00:00

2
proc.c
View File

@ -4048,7 +4048,7 @@ rb_proc_compose_to_right(VALUE self, VALUE g)
/*
* call-seq:
* meth << g -> a_proc
* self << g -> a_proc
*
* Returns a proc that is the composition of this method and the given <i>g</i>.
* The returned proc takes a variable number of arguments, calls <i>g</i> with them