Ruby Forum Ruby-core > [Bug #441] [PATCH] Hash#default= has wrong rdoc

Posted by Giuseppe Bilotta (Guest)
on 14.08.2008 08:56
(Received via mailing list)
Bug #441: [PATCH] Hash#default= has wrong rdoc
http://redmine.ruby-lang.org/issues/show/441

Author: Giuseppe Bilotta
Status: Open, Priority: Normal


The attached patch fixes the return value of Hash#default= described in 
the function's rdoc: it's obj (the assigned value) rather than hsh (the 
hash object)
Posted by Yukihiro Matsumoto (Guest)
on 14.08.2008 10:21
(Received via mailing list)
Issue #441 has been updated by Yukihiro Matsumoto.


I have merged it.  Thank you.
----------------------------------------
http://redmine.ruby-lang.org/issues/show/441
Posted by Yukihiro Matsumoto (Guest)
on 14.08.2008 10:27
(Received via mailing list)
Issue #441 has been updated by Yukihiro Matsumoto.

Status changed from Open to Closed
% Done changed from 0 to 100

Applied in changeset r18611.
----------------------------------------
http://redmine.ruby-lang.org/issues/show/441