Ruby - Control Flow
You want to print different messages based on a variable
status that can be 'open', 'closed', or 'pending'. Which Ruby control flow style is best and why?