Zhang Jian's Blog

Zhang Jian's Blog - Open Source Blog Engine Empowers You to Blog with Markdown and Git

Subscribe via email to never miss my latest posts!

Ruby Interview Questions and Answers (1-Hour Quick Review)

Posted 2 days ago 21 min read Ruby Interview
Basic Concepts (10 minutes) Ruby Features Dynamic, Interpreted, Object-Oriented Everything is an object (including numbers, nil) Duck Typing Powerful metaprogramming capabilities Variable Types. Truthiness and Falsiness Only `false` and `nil` are fal...
Read more →