Skip to content

Commit 9f8231b

Browse files
committed
[DOC] Update call-seq for Method#>>
1 parent 759187b commit 9f8231b

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
@@ -4071,7 +4071,7 @@ rb_method_compose_to_left(VALUE self, VALUE g)
40714071

40724072
/*
40734073
* call-seq:
4074-
* meth >> g -> a_proc
4074+
* self >> g -> a_proc
40754075
*
40764076
* Returns a proc that is the composition of this method and the given <i>g</i>.
40774077
* The returned proc takes a variable number of arguments, calls this method

0 commit comments

Comments
 (0)