unless « Statement « Ruby






1.Syntax of the full unless statement:
2.unless statement simply operates in the logically reverse sense from the if statement
3.To get the opposite effect of if you can use the word unless:
4.unless can work in exactly the same way because unless is just the opposite of if: