Mega Code Archive

 
Categories / Ruby / Hash
 

Use square brackets to reference the element you wish to retrieve

dictionary = { 'cat' => 'feline animal', 'dog' => 'canine animal' } puts dictionary['cat']