Archive Notes Projects Meta

The Passive-Aggressive Hack Warning

Wednesday, February 20 2008 at 3:11 am

Today I chuckled at this bit of documentation for Object#instance_variable_set in the Pickaxe.

Sets the instance variable named by symbol to other_obj, thereby frustrating the efforts of the class’s author to attempt to provide proper encapsulation.

And then I decided that perhaps I should find a better way to accomplish what I was doing.

More on hacking, ruby, and the pickaxe.