timpease (Tim Pease)
- Login: timpease
- Email: tim.pease@gmail.com
- Registered on: 11/25/2009
- Last sign in: 10/18/2013
Issues
| open | closed | Total | |
|---|---|---|---|
| Assigned issues | 0 | 0 | 0 |
| Reported issues | 0 | 1 | 1 |
Activity
06/25/2013
-
03:16 AM Ruby Bug #8567 (Closed): Logger#add can never return +false+
- The ruby Logger in the stdlib has a discrepancy between the documentation and the source code. The documentation states "=== Return +true+ if successful, +false+ otherwise" (https://github.com/ruby/ruby/blob/trunk/lib/logger.rb#L342-L347...