ruby-changes:56099
From: Kazuhiro <ko1@a...>
Date: Thu, 13 Jun 2019 16:43:28 +0900 (JST)
Subject: [ruby-changes:56099] Kazuhiro NISHIYAMA: 69509df2f4 (trunk): squeeze space [ci skip]
https://git.ruby-lang.org/ruby.git/commit/?id=69509df2f4 From 69509df2f4ed8e052d683fa3901c9f97d00ed7fc Mon Sep 17 00:00:00 2001 From: Kazuhiro NISHIYAMA <zn@m...> Date: Thu, 13 Jun 2019 16:42:31 +0900 Subject: squeeze space [ci skip] diff --git a/enum.c b/enum.c index c3a8207..bdc5c68 100644 --- a/enum.c +++ b/enum.c @@ -1221,7 +1221,7 @@ sort_by_cmp(const void *ap, const void *bp, void *data) https://github.com/ruby/ruby/blob/trunk/enum.c#L1221 * sorted = Dir["*"].sort_by { |f| test(?M, f) } * sorted #=> ["mon", "tues", "wed", "thurs"] * - * To produce the reverse of a specific order, the following can be used: + * To produce the reverse of a specific order, the following can be used: * * ary.sort_by { ... }.reverse! */ -- cgit v0.10.2 -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/