Hi, At Sun, 4 Aug 2002 21:58:21 +0900, Gavin Sinclair wrote: > It's a shame you can't see documentation for Integer() with 'ri' (a tool I > love dearly!), or have I missed it? It would be appropriate to be able to > specify the radix when converting using Integer, and also to tell it to > guess. It would also be nice to provide a default value in case of failure. Integer() isn't String specific. String#to_i in 1.7 takes optional radix argument. -- Nobu Nakada