h = Hash.newh['size'] = 'big'h['color'] = 'red'h['brand'] = 'ford'puts h.inspect
Standard input is empty
{"size"=>"big", "color"=>"red", "brand"=>"ford"}
The brand new service which powers Ideone!
Widget for compiling and running the source code in a web browser!