module Kernel
TODO: why this does not work?
module DXOpal
module PatchRequire def require(*args) if args == ['dxopal'] # Do nothing else super end end end Kernel.prepend(PatchRequire)
end
TODO: why this does not work?
module DXOpal
module PatchRequire def require(*args) if args == ['dxopal'] # Do nothing else super end end end Kernel.prepend(PatchRequire)
end