diff options
| author | matz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2006-09-21 05:57:20 +0000 |
|---|---|---|
| committer | matz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2006-09-21 05:57:20 +0000 |
| commit | 84eda08639514ed60c35d6d286f0d730f50f30cb (patch) | |
| tree | fee80f1ed12a3de9cc34e1181ed7a5496fdaa667 /ChangeLog | |
| parent | 1b687aa60c438efea341bb65210bce3e24309cd8 (diff) | |
* string.c (Init_String): Strings are no longer Enumerable. use
each_lines or lines method explicitly.
* string.c (Init_String): remove each method. use each_lines.
git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@10981 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
| -rw-r--r-- | ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -16,6 +16,11 @@ Thu Sep 21 09:38:12 2006 Yukihiro Matsumoto <matz@ruby-lang.org> * string.c (rb_str_lines): new method to split a string into lines. + * string.c (Init_String): Strings are no longer Enumerable. use + each_lines or lines method explicitly. + + * string.c (Init_String): remove each method. use each_lines. + Wed Sep 20 23:17:41 2006 Nobuyoshi Nakada <nobu@ruby-lang.org> * common.mk (pre-install-doc): create data directory before install. |
