The document discusses Ruby conditionals including if/else statements, case statements, and unless statements. If/else statements allow executing code conditionally based on boolean expressions. Case statements allow executing different code blocks based on the value of a variable. Unless statements provide a way to check if a condition is false.