We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ab4a0b4 commit 7644106Copy full SHA for 7644106
proc.c
@@ -4048,7 +4048,7 @@ rb_proc_compose_to_right(VALUE self, VALUE g)
4048
4049
/*
4050
* call-seq:
4051
- * meth << g -> a_proc
+ * self << g -> a_proc
4052
*
4053
* Returns a proc that is the composition of this method and the given <i>g</i>.
4054
* The returned proc takes a variable number of arguments, calls <i>g</i> with them
0 commit comments