From: Brian Buckley Date: 2005-04-27T22:06:24+09:00 Subject: ri in irb ------=_Part_624_22348477.1114607153736 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline Hello all,=20 From p.191 of the pickaxe2 book, I put the following into my irb.rc file. def ri(*names) system(%{ri #{names.map {|name| name.to_s}.join(" ")}}) end However, when I open an irb session and type, say, ri Proc I do not get the documentation I'm seeking, just a return =3D>false. "ri Proc" works fine for me from a command line. Can anyone suggest what=20 might be wrong?=20 Thanks Brian ruby 1.8.2, Windows XP ------=_Part_624_22348477.1114607153736--