First page Back Continue Last page Overview Text

Notes:


Most of the methods evilr adds do things you probably shouldn't be doing. However, in some cases, evilr provides things you may actually want to do.

For example, let's say you are working with a library whose author lacks foresight and decides to freeze something you want to modify. In regular ruby, there's no way to modify the object, but evilr allows you to unfreeze it and then modify it.