Learn about Ruby hashes. The perfect data structured to store dictionary-like data.
A hash is composed of key-value pairs, just like a dictionary, where the keys are unique & contain one or more values.
Make sure to watch the whole video to learn how to use hashes in your Ruby programs. I included two examples of practical uses with code examples.