Login
Roast topics
Find topics
Find it!
From:
Leigh Halliday's RSS Feed
(Uncensored)
subscribe
Is it nil?
https://www.leighhalliday.com/is-it-nil
links
backlinks
Tagged with:
ruby
Roast topics
Find topics
Roast it!
What is actually happening under the covers in Ruby when you ask if a variable is nil? It turns out that it's way simpler than you may think, and it all comes down to object oriented programming and inheritance. You've probably heard it said that…