On May 5, 2007, at 3:07 PM, David A. Black wrote: > Right -- what I mean is, to_s is OK for strings and symbols but not > for integers. I'm not following you: irb(main):001:0> 186.to_s => "186" irb(main):002:0> Gary Wright