module EacRubyUtils::PatchModule
def patch_module(target, patch)
def patch_module(target, patch) return if target.included_modules.include?(patch) target.send(:include, patch) end
def patch_module(target, patch) return if target.included_modules.include?(patch) target.send(:include, patch) end