How Not To Use Static Typing In Ruby

Link: How Not To Use Static Typing In Ruby: "Great advanced analysis of Ruby designs"

The linked article does a wonderful job exploring design choices in Ruby. It happens to focus on type checking and “fail early” vs “fail late”. But it’s most interesting to see the advanced and useful application of Ruby features and patterns. I