* NEWS: added String#lines

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8_7@25696 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
marcandre 2009-11-08 21:29:22 +00:00
parent 3a814d04b1
commit d77a6422f6

1
NEWS
View file

@ -277,6 +277,7 @@ with all sufficient information, see the ChangeLog file.
* String#chars
* String#each_char
* String#lines
* String#partition
* String#rpartition
* String#start_with?