What is the correct way to write a switch statement in Ruby?

What is the correct way to write a switch statement in Ruby?

How can I implement a case when statement in Ruby to handle multiple conditions efficiently? What is the best practice for using the case when in Ruby syntax?