From: dima Date: 2007-08-13T03:45:05+09:00 Subject: Re: ri problem On Aug 12, 11:18 am, Pokkai Dokkai wrote: > in ruby 1.8.4 (2006-04-14) [i386-mswin32] > > how to get help for Fox::FXApp#threadsEnabled? > > because already two same method are there > try it... > > >ri Fox::FXApp#threadsEnabled? > > -- > Posted viahttp://www.ruby-forum.com/. It works chez moi Perhaps you have more then one FXRuby versions on your system. c:\>ri Fox::FXApp#threadsEnabled? --------------------------------------------- Fox::FXApp#threadsEnabled? threadsEnabled?() ------------------------------------------------------------------------ Check to see if multithreaded applications are supported c:\>ruby -v ruby 1.8.6 (2007-03-13 patchlevel 0) [i386-mswin32]