class Cardio::Mod::BindingMagic

Tries to build the module with as little string evaluation as possible. The problem here is that in methods like ‘module_eval` the Module.nesting list gets lost so all references in mod files to constants in the Card::Set namespace don’t work. The solution is to construct a binding with the right Module.nesting list.