There's a catch with multiple met conditions, though. What might it be?

See that? Ruby exits the structure as soon as a condition is met and, therefore, never makes it to the elsif statement we just added.

Maybe that's not the right way to write that statement?