connec (Chris Connelly)
- Login: connec
- Email: chris@connec.co.uk
- Registered on: 12/10/2012
- Last sign in: 12/10/2012
Issues
| open | closed | Total | |
|---|---|---|---|
| Assigned issues | 0 | 0 | 0 |
| Reported issues | 0 | 1 | 1 |
Activity
12/10/2012
-
09:29 PM Ruby Bug #7539 (Closed): Misleading error message "can't convert nil into string"
- When trying to call `String#+` with `nil` as an argument, you get the error "can't convert nil into String", which does not make sense (in fact seeming blatantly false) as `nil.to_s`, `String(nil)` etc. all return `''` without errors.
...