diff options
| author | yugui <yugui@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2008-09-04 14:09:52 +0000 |
|---|---|---|
| committer | yugui <yugui@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2008-09-04 14:09:52 +0000 |
| commit | 47cf84af7cb9527d5b50a72b0f9e0af60c6fd96f (patch) | |
| tree | e37b28dab3a14b54fc86df47195024087202b322 /ChangeLog | |
| parent | 63af79e73f0919812e2a43c19f9707566e49b53b (diff) | |
| download | ruby-47cf84af7cb9527d5b50a72b0f9e0af60c6fd96f.tar.gz ruby-47cf84af7cb9527d5b50a72b0f9e0af60c6fd96f.tar.xz ruby-47cf84af7cb9527d5b50a72b0f9e0af60c6fd96f.zip | |
* lib/prime.rb (Prime::OldCompatibility#each): added compatibility to
Ruby 1.8.7.
(Prime#each): added more rdocs.
(Prime#each): remembers the last value of the given block.
git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@19135 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
| -rw-r--r-- | ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -1,3 +1,10 @@ +Thu Sep 4 23:05:54 2008 Yuki Sonoda (Yugui) <yugui@yugui.jp> + + * lib/prime.rb (Prime::OldCompatibility#each): added compatibility to + Ruby 1.8.7. + (Prime#each): added more rdocs. + (Prime#each): remembers the last value of the given block. + Thu Sep 4 21:53:58 2008 Tanaka Akira <akr@fsij.org> * transcode.c (econv_init): accept an integer as 3rd argument as well. |
