The expression specified by the when clause is evaluated as the left operand. If no when clauses match, case executes the code of the else clause.
(a) True
(b) False
This question was addressed to me during an online interview.
My enquiry is from The Case Conditional Statement in section Conditional Statements of Ruby