In message <86987bdf0706030843y74dfb33fue5b388975ebca454 / mail.gmail.com>, "Chris Carter" writes : >My solution (see other thread) uses a lot of those same techniques. >My method was overriding #inspect instead of #to_s, so you don't need >to do anything crazy. Or you could just use an alias... :) It's this last one that I didn't spot, not being quite used to the method-wrangling stuff. -s