I am going through the test-first Ruby problems and am working on problem 11, dictionary. The final test in the spec file requests that I print all of the keys and values of the hash (words and their definitions) in a specific format. I am going through the test-first Ruby problems