I am still very new to Ruby (reading through the Pickaxe and spending most of my time in irb), and now that I know it\'s possible to patch classes in Ruby, I\'m
irb
Personally, I think it's acceptable to add methods to the base classes, but unacceptable to modify the implementation of existing methods.