From 69ab98ffb50d40222fccc636c08922b9c94baa1f Mon Sep 17 00:00:00 2001 From: svn Date: Fri, 14 Dec 2018 05:44:43 +0000 Subject: [PATCH] * remove trailing spaces. [ci skip] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@66399 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- proc.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/proc.c b/proc.c index 32cb6781c9..c0e93ceab5 100644 --- a/proc.c +++ b/proc.c @@ -3316,7 +3316,7 @@ rb_method_compose_to_right(VALUE self, VALUE g) * * Lambdas are useful as self-sufficient functions, in particular useful as * arguments to higher-order functions, behaving exactly like Ruby methods. - * + * * Procs are useful for implementing iterators: * * def test