DEV Community

Discussion on: Level Up Your Ruby Skillz: Writing Compact Code

Collapse
 
andrewbrown profile image
Andrew Brown πŸ‡¨πŸ‡¦ • Edited

So I was mentoring the ExamPro interns a few days ago with an introduction on Ruby and I was showing how malleable Ruby is and we came up with this meme.

Collapse
 
enriquemorenotent profile image
Enrique Moreno Tent

The last expression would give a different result if x were to be false instead on nil. Beware.

Collapse
 
andrewbrown profile image
Andrew Brown πŸ‡¨πŸ‡¦

This is why I didn't originally include it since someone such as yourself would have spotted this. ha

Collapse
 
molly profile image
Molly Struve (she/her)

πŸ˜‚That's fabulous!

Collapse
 
andrewbrown profile image
Andrew Brown πŸ‡¨πŸ‡¦

In retrospect, the third should have been

x = 1 unless x