glyn (Glyn Normington)
- Login: glyn
- Email: glyn.normington@gmail.com
- Registered on: 03/22/2013
- Last sign in: 03/22/2013
Issues
| open | closed | Total | |
|---|---|---|---|
| Assigned issues | 0 | 0 | 0 |
| Reported issues | 0 | 1 | 1 |
Activity
03/22/2013
-
12:19 AM Ruby Bug #8140 (Closed): Incorrect warning: `+' after local variable is interpreted as binary operator
- The statement:
puts '' +''
generates an invalid warning when executed with "ruby -w" which (a) implies a syntactical ambiguity where there is none, and (b) refers to a "local variable" of which there are none.
Note that:
puts...