danfranklin (Dan Franklin)
- Login: danfranklin
- Registered on: 01/12/2021
- Last sign in: 01/12/2021
Issues
| open | closed | Total | |
|---|---|---|---|
| Assigned issues | 0 | 0 | 0 |
| Reported issues | 0 | 1 | 1 |
Activity
01/12/2021
-
06:18 PM Ruby Bug #17530 (Closed): irb handles << incorrectly with variable as identifier
- If you attempt to start a here-document with an identifier that is also a variable, it is interpreted as an append, which makes sense.
That is,
> s1 = 'testing'
> ...
Gets an expected error:
> testcase.rb:4: syntax error, unexpec...