diff options
| author | zzak <zzak@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2013-09-20 15:49:42 +0000 |
|---|---|---|
| committer | zzak <zzak@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2013-09-20 15:49:42 +0000 |
| commit | b8d053030edfff3d5c282eaee47b2789813db07f (patch) | |
| tree | fe606cba5bd4f447adfbda139a46c897e79bf3cd /ChangeLog | |
| parent | 1b3adaefd9e16494457745499c6ecb639493be57 (diff) | |
* enum.c: [DOC] Enumerable#to_a accepts arguments [GH-388]
Patch by @kachick https://github.com/ruby/ruby/pull/388
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@42999 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
| -rw-r--r-- | ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -1,3 +1,8 @@ +Sat Sep 21 00:49:16 2013 Zachary Scott <e@zzak.io> + + * enum.c: [DOC] Enumerable#to_a accepts arguments [GH-388] + Patch by @kachick https://github.com/ruby/ruby/pull/388 + Sat Sep 21 00:47:44 2013 Nobuyoshi Nakada <nobu@ruby-lang.org> * string.c (rb_str_conv_enc_opts): make sure to scan coderange to get |
