Project

General

Profile

« Previous | Next » 

Revision 3556a834

Added by jeremyevans (Jeremy Evans) over 5 years ago

Make Module#include affect the iclasses of the module

When calling Module#include, if the receiver is a module,
walk the subclasses list and include the argument module in each
iclass.

This does not affect Module#prepend, as fixing that is significantly
more involved.

Fixes [Bug #9573]