diff options
| author | matz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2007-06-23 15:05:05 +0000 |
|---|---|---|
| committer | matz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2007-06-23 15:05:05 +0000 |
| commit | efa3414b16b058d76062e43abdef56b6c54d4b31 (patch) | |
| tree | 4dcdc823721cd5e9f6090e1f2f0c42c217813077 /ChangeLog | |
| parent | c6c3b739f0ca556074c8f528dfa061c9ab9977e9 (diff) | |
| download | ruby-efa3414b16b058d76062e43abdef56b6c54d4b31.tar.gz ruby-efa3414b16b058d76062e43abdef56b6c54d4b31.tar.xz ruby-efa3414b16b058d76062e43abdef56b6c54d4b31.zip | |
* enum.c (enum_minmax): new method to get the minimum and maximum
values from the enumerable at once.
* enum.c (enum_minmax_by): ditto.
git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@12590 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
| -rw-r--r-- | ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -2,6 +2,13 @@ Sat Jun 23 17:18:19 2007 Tanaka Akira <akr@fsij.org> * re.c (match_inspect): MatchData#inspect implemented. +Sat Jun 23 15:00:16 2007 Yukihiro Matsumoto <matz@ruby-lang.org> + + * enum.c (enum_minmax): new method to get the minimum and maximum + values from the enumerable at once. + + * enum.c (enum_minmax_by): ditto. + Sat Jun 23 01:25:40 2007 Yukihiro Matsumoto <matz@ruby-lang.org> * hash.c (rb_hash_assoc): new method. |
