Ruby - Control Flow
What does the Ruby
unless keyword do?unless keyword do?unlessunless keyword runs code only when the condition is false, opposite of if.if or unconditional execution, D is incorrect behavior.unless = run if false [OK]15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions