From: Javier 12 Date: 2013-02-02T09:07:15+09:00 Subject: Re: Problem redefining String::to_s I'm using CentOS, it ships with that version but it's fine. I wanted to "intercept" to_s so I can test some variations on my output but I found it's impossible since "puts" won't call String.to_s That's a bit annoying because you expect all objects to behave the same way. -- Posted via http://www.ruby-forum.com/.