Module: MaimaiNet::IncludeAutoConstant

Defined in:
lib/maimai_net/refines.rb

Overview

Note:

A bug noticed from v0.0.1 where refining Kernel only is not reliable due to prepending on Kernel causes all refines on Kernel are invalidated. A band-aid solution for this is also injecting BasicObject with the same refine.

injects CoreExt::AutoConstantInclusion into Kernel and BasicObject.