unless false # unless checks if the statement is false (opposite to if). puts “I’m here” else puts “not here” end # or puts "not printed" unless true