Of course: the if keyword! Since the condition is true, Ruby will execute the code block between if and end.
if
true
end
Won't that condition be false?
false