mirror of
https://github.com/ruby/ruby.git
synced 2026-01-27 04:24:23 +00:00
[DOC] Update call-seq for Method#<<
This commit is contained in:
parent
ab4a0b4e0e
commit
76441060f2
Notes:
git
2025-12-21 19:08:33 +00:00
2
proc.c
2
proc.c
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user