The unless keyword kind of turns things around. It executes a code block if its condition is false, making it the exact opposite of if and elsif.
unless
false
if
elsif
Well, Ruby won't recognize those words.