noun 1. a precious stone consisting of corundum in colour varieties varying from deep crimson or purple to pale rose. 2. a programming language optimised for programmer happiness
person = JSON.parse('{...}', symbolize_names: true) if person[:name] == ‘Alice’ children = person[:children] if children.length == 1 && children[0][:name] == ‘Bob’ p children[0][:age] end end