lib/super_module/v1.rb in super_module-1.2.2 vs lib/super_module/v1.rb in super_module-1.3.0
- old
+ new
@@ -26,12 +26,12 @@
def included(base)
__define_super_module_singleton_methods(base)
__invoke_module_body_method_calls(base)
end
+ alias included_super_module included
end
end
end
end
end
end
-