Michael Edgar

Results 3 issues of Michael Edgar

In section VII.L., aliases, one thing is not mentioned that is a crucial difference between alias vs. alias_method: how they resolve the "source" method. In investigating the difference myself I...

The section on applying the splat operator in an argument list misses one important point. It says: > This technique works by sending :to_a to the prefixed object, so any...

Right now, the Ruby 1.9 code acts identically to the Ruby 1.8 code -- it ignores the very idea of encodings. Boost::Regex does Unicode by using the [ICU library from...