Skip to content

Commit 7644106

Browse files
committed
[DOC] Update call-seq for Method#<<
1 parent ab4a0b4 commit 7644106

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

proc.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4048,7 +4048,7 @@ rb_proc_compose_to_right(VALUE self, VALUE g)
40484048

40494049
/*
40504050
* call-seq:
4051-
* meth << g -> a_proc
4051+
* self << g -> a_proc
40524052
*
40534053
* Returns a proc that is the composition of this method and the given <i>g</i>.
40544054
* The returned proc takes a variable number of arguments, calls <i>g</i> with them

0 commit comments

Comments
 (0)