soulcutter/saxerator

Stop subclassing String and Hash

soulcutter opened this issue · 0 comments

Should be using delegating classes rather than subclasses of core classes.

See http://words.steveklabnik.com/beware-subclassing-ruby-core-classes for some of the reasoning.