Ruby has reserved words that we can't use for naming things because they already serve a purpose as keywords.

Can you anticipate which word is not off-limits?

Fantastic! While we can't use keywords like true, false, not, and and or, we can name variables integer or string. In fact, we already did that, didn't we?

Might that be a such an off-limits keyword?