diff options
author | nobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2009-11-08 09:13:17 +0000 |
---|---|---|
committer | nobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2009-11-08 09:13:17 +0000 |
commit | 5b0faff44cc00ceb18186b5ce5a55aea88207c07 (patch) | |
tree | 171620a8723416c77cc9beadf651b9c93c97b22b /ChangeLog | |
parent | 6ef3d123dd8c0defbe56db17926faac10b2085ae (diff) | |
download | ruby-5b0faff44cc00ceb18186b5ce5a55aea88207c07.tar.gz |
* hash.c: use RHASH_IFNONE but not ifnone directly.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@25690 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -1,3 +1,7 @@ +Sun Nov 8 18:13:12 2009 Nobuyoshi Nakada <nobu@ruby-lang.org> + + * hash.c: use RHASH_IFNONE but not ifnone directly. + Sat Nov 7 21:02:57 2009 Tanaka Akira <akr@fsij.org> * lib/pp.rb (PP::ObjectMixin#pretty_print): use to_s regardless of |