KenAbramson (Ken Abramson)
- Login: KenAbramson
- Registered on: 06/16/2016
- Last sign in: 06/16/2016
Issues
| open | closed | Total | |
|---|---|---|---|
| Assigned issues | 0 | 0 | 0 |
| Reported issues | 0 | 1 | 1 |
Activity
06/16/2016
-
09:12 PM Ruby Bug #12499 (Rejected): case statement requires keyword "then" in windows
- the following example code does not compile on Windows
if you replace "`:`" with "then" it does compile
if you leave out "`then`" it does not compile
The Book of Ruby - http://www.sapphiresteel.com
```ruby
def showDay( i )
cas...