akahn (Alexander Kahn)
- Login: akahn
- Email: alexanderkahn@gmail.com
- Registered on: 01/14/2011
- Last sign in: 11/12/2014
Issues
| open | closed | Total | |
|---|---|---|---|
| Assigned issues | 0 | 0 | 0 |
| Reported issues | 0 | 1 | 1 |
Activity
11/06/2013
-
06:46 AM Ruby Bug #9026: [PATCH] Add ObjectSpace.heap_dump to objspace.so
- I think it could be helpful to be able to specify the filename that the dump should be written to, or at least the directory.
09/22/2011
-
05:20 AM Ruby Bug #5349 (Closed): Add back documentation for Proc#call and Proc#[]
- When matz added support for Proc#=== (https://github.com/akahn/ruby/commit/dd27b8f4577a96385a29d91e4bd75fb547213fc9), rdoc stopped outputting the documentation for Proc#call and Proc#[], which are far more commonly used. This patch adds ...