oblomov (Giuseppe Bilotta)
- Login: oblomov
- Email: giuseppe.bilotta@gmail.com
- Registered on: 08/12/2008
- Last sign in: 02/28/2009
Issues
| open | closed | Total | |
|---|---|---|---|
| Assigned issues | 0 | 0 | 0 |
| Reported issues | 0 | 2 | 2 |
Activity
08/14/2008
-
03:55 PM Ruby Bug #441 (Closed): [PATCH] Hash#default= has wrong rdoc
- =begin
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)
=end
08/12/2008
-
08:16 AM Ruby Bug #419: [PATCH] Hash#default_proc=
- =begin
Oops, I assigned it to the wrong tracker, should have been a Feature, sorry 8-(
=end
-
08:13 AM Ruby Bug #419 (Closed): [PATCH] Hash#default_proc=
- =begin
The attached patch implements Hash#default_proc=, a method to change the default proc for hashes after creation. I decided to implement this feature as a follow-up to a discussion on the IRC channel. The patch was tested against ...