New Video: Unary Operators in Ruby
Recently I ran across a social media post about some seemingly-bizarre Ruby behavior, and I decided it would make a great jumping-off point to talk…
Recently I ran across a social media post about some seemingly-bizarre Ruby behavior, and I decided it would make a great jumping-off point to talk…
Sometimes we need to temporarily patch third-party code—to add compatibility shims, or to add some diagnostics. And sometimes, that’s not easy to do… and we…