* remove trailing spaces. [ci skip]

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@66399 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
svn 2018-12-14 05:44:43 +00:00
parent 5a5dafb78e
commit 69ab98ffb5

2
proc.c
View File

@ -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