------ extPart_000_0001_01C6808C.CE436D60 Content-Type: text/plain; charset s-ascii" Content-Transfer-Encoding: 7bit I haven't been able to get ri or fxri to work right since I installed ruby 1.8.4 on my winxp laptop: >ri Enumerable.zip More than one method matched your request. You can refine your search by asking for information on one of: Enumerable#zip, Enumerable#zip >ri Enumerable#zip More than one method matched your request. You can refine your search by asking for information on one of: Enumerable#zip, Enumerable#zip >ruby --version ruby 1.8.4 (2005-12-24) [i386-mswin32] >ri --version ri v1.0.1 - 20041108 ri never finds anything. And when I click on a method name in fxri it just pastes the entry into the irb window. What have I done wrong? W ------ extPart_000_0001_01C6808C.CE436D60--