mlanza (Mario Lanza)
- Login: mlanza
- Email: mlanza@doesideas.com
- Registered on: 01/28/2012
- Last sign in: 03/18/2012
Issues
| open | closed | Total | |
|---|---|---|---|
| Assigned issues | 0 | 0 | 0 |
| Reported issues | 0 | 1 | 1 |
Activity
01/30/2012
-
10:07 PM Ruby Bug #5940: Resolve conflict between inheritance and mixins
- Thanks for the feedback and the suggestions.
Will be watching for the arrival of Module#prepend. :)
01/28/2012
-
08:53 AM Ruby Bug #5940 (Closed): Resolve conflict between inheritance and mixins
- Some in the Ruby community (like Chad Fowler) have noticed issues around how Ruby attempts to transverse a method's pipeline up the inheritance chain. When you inherit a class from another class and then add a mixin, the mixin is not ab...