I’m reading “Programming Ruby 1.9 & 2.0” and there is a footnote that states:
“As of Ruby 1.9, a comma may no longer be used to separate keys and values in hash literals. A comma still appears between each key/value pair”.
So: how was that before 1.9? How was a comma used before to separate keys and values in hash literals?