jackmontaach (Jack Montaach)
- Login: jackmontaach
- Email: jack-montaach-ybur@marmelandia.com
- Registered on: 09/22/2014
- Last sign in: 09/22/2014
Issues
| open | closed | Total | |
|---|---|---|---|
| Assigned issues | 0 | 0 | 0 |
| Reported issues | 0 | 1 | 1 |
Activity
09/22/2014
-
08:53 AM Ruby Bug #10279 (Closed): Syntax error on Hash with symbol syntax and nested expression: 2.1.3 regression
- The following gives syntax error on ruby 2.1.3
~~~ruby
h = { key: if true
"yes"
else
"no"
end }
puts h.inspect
~~~
~~~
/usr/local/rvm/rubies/ruby-2.1.3/bin/ruby x.rb
x.rb:1...