ruby-changes:9101
From: knu <ko1@a...>
Date: Thu, 11 Dec 2008 20:25:13 +0900 (JST)
Subject: [ruby-changes:9101] Ruby:r20638 (ruby_1_9_1): Mention Hash#default_proc=.
knu 2008-12-11 20:25:03 +0900 (Thu, 11 Dec 2008) New Revision: 20638 http://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=rev&revision=20638 Log: Mention Hash#default_proc=. Modified files: branches/ruby_1_9_1/doc/NEWS Index: ruby_1_9_1/doc/NEWS =================================================================== --- ruby_1_9_1/doc/NEWS (revision 20637) +++ ruby_1_9_1/doc/NEWS (revision 20638) @@ -38,6 +38,7 @@ * Array o Array#[m,n] = nil places nil in the array. * Hash + o Hash#default_proc= o Hash#to_s is equivalent to Hash#inspect o Semantics for Hash#each and Hash#each_pair o Hash#select -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/