From 76441060f230b8a797c1792e71dcce308ca3cf43 Mon Sep 17 00:00:00 2001 From: Peter Zhu Date: Fri, 19 Dec 2025 20:38:34 -0500 Subject: [PATCH] [DOC] Update call-seq for Method#<< --- proc.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/proc.c b/proc.c index 8a7a6ba863..2fb9781b9f 100644 --- a/proc.c +++ b/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 g. * The returned proc takes a variable number of arguments, calls g with them