From: Massimiliano Mirra Date: 2002-10-21T22:56:39+09:00 Subject: Re: string[lastchar] -> string? On Mon, Oct 21, 2002 at 10:00:02AM +0900, "Pe�a, Botp" wrote: > I tried String.methods[40] n and got "to_a". > > Is it possible to do String.methods[40].man (or something like that) See the thread beginning at [ruby-talk:30225]. I wanted to see how few lines were needed to get in Ruby a feature that some Pythonists were constantly bugging about. ;-) Guy Decoux contributed some fixes and ideas offlist, so you won't find it all in the archives, but if you feel adventurous, I can forward it to you. :-) Massimiliano