I had to confront the ruby code for the first time in 10 years
ruby
python
$ ruby -e 'i, j = 1 ? [1,2]:[3,4] ; p i, j' 1 2
It's like a fool who worried for a few hours because of this
Recommended Posts