Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Interesting enough MRI still lets you define methods on these objects even when they're frozen. For example, this works just fine: def nil.foo end nil.foo