Ruby, modules, super and alias_method
In general, I really like the way Ruby handles class inheritance & module mix-ins. But, recently, I found an odd behavior - maybe a bug? - in Ruby 1.8.6 (the Ruby shipping with Leopard) when using alias_method
and super
inside an included module …
Read more… • Posted in: super