Understanding Ruby Refinements and Lexical Scope
If you’ve never used Ruby’s refinements, you might be surprised to learn that they’re lexically scoped. We’ll discuss what this means, and the implications for your code. http://blog.honeybadger.io/understanding-ruby-refinements-and-lexical-scope/
Post a comment