Ruby has the power of not, which uses an ! sign and is kind of like a double negative.

Knowing that, let's read the line below and try to anticipate the output.

I did hear you say false, right? The line literally reads "print not true", which is false in boolean terms.