use square brackets to reference the element you wish to retrieve
dictionary = { 'cat' => 'feline animal', 'dog' => 'canine animal' } puts dictionary['cat']