true
is a reserved word and, therefore, off-limitsWell, you're right! true
isn't a valid variable name because it's a reserved word. Ruby wouldn't recognize it as a variable, anyway.
Not quite! true
isn't a valid variable name because it's a reserved word. Ruby wouldn't recognize it as a variable, anyway.