E-Learning

Learn Ruby – How to Write a Switch Statement?

 
In programming languages, a “switch statement” is a type of control mechanism used to check if the value of a variable or expression exists and what the program should do from that point. In Ruby, it is implemented using the “case” argument.
 

Case as Switch Statement in Ruby with parameter

The “case” argument always comes with a “when” and “else” associated with it.  It works very similarly to “if-then-else” argument. Bellow, we can see some examples of “case” with a parameter,  and how it behaves according to the type of declaration in each “when” related to it.

 Each “when” declares a situation where the parameter “a” has a possible value that is compared with “a”. These are “cases” which you want to make this assessment. After all the listed cases, it uses the “else” argument to cover all other possibilities.
 

Case as Switch Statement in Ruby without parameter

Note that when the parameter is not declared in the “case”, each one of the “when” must have the parameter stated, so that the comparison can be done.

Do you have more to add on this subject? Put your comments in the area below!

If you want to explore other questions, you can check our videos about Ruby. Below are some examples:

 

You can also subscribe to some channels that broadcast videos in Ruby, such as the following:

johnhamelink johnhamelink

 

 

rusticflare rusticflare

 

 

Another cool way to find out interesting things about Ruby is to access our Ruby’s project page on Livecoding.tv!

Avatar
About author

I, Dr. Michael J. Garbade is the co-founder of the Education Ecosystem (aka LiveEdu), ex-Amazon, GE, Rebate Networks, Y-combinator. Python, Django, and DevOps Engineer. Serial Entrepreneur. Experienced in raising venture funding. I speak English and German as mother tongues. I have a Masters in Business Administration and Physics, and a Ph.D. in Venture Capital Financing. Currently, I am the Project Lead on the community project -Nationalcoronalvirus Hotline I write subject matter expert technical and business articles in leading blogs like Opensource.com, Dzone.com, Cybrary, Businessinsider, Entrepreneur.com, TechinAsia, Coindesk, and Cointelegraph. I am a frequent speaker and panelist at tech and blockchain conferences around the globe. I serve as a start-up mentor at Axel Springer Accelerator, NY Edtech Accelerator, Seedstars, and Learnlaunch Accelerator. I love hackathons and often serve as a technical judge on hackathon panels.