Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Replaced taint w/ Rubinius::Type.infect in Marshal
Done to emulate MRI behavior. In MRI, Marshal bypasses calling the object's taint method and instead taints the object via C macros.