include_complete icon indicating copy to clipboard operation
include_complete copied to clipboard

Fixing the limitations in traditional Module#include

Results 2 include_complete issues
Sort by recently updated
recently updated
newest added

gem install include_complete appears to be broken. I'm using Ubuntu 12.04LTS and Ruby-1.9.3-p385.

If module has a meta-meta-class then `include_class_new()` method in `real_include_one.c` goes into an infinite recursion. Need a stronger test for base case for recursion, and also properly set up meta^n...

bug