[lnkForumImage]
TotalShareware - Download Free Software

Confronta i prezzi di migliaia di prodotti.
Asp Forum
 Home | Login | Register | Search 


 

Forums >

comp.lang.ruby

Re: Re : [ANN] One-Click Ruby Installer 1.8.5-23 released

Alexey Verkhovsky

2/18/2007 9:07:00 PM

Curt Hibbs wrote:
> I'm just wondering also why
>> ruby -e "r = require 'readline'; puts r"
>> returns true
>>
>> while the same code within IRB displays false.
That is simply because IRB has already required 'readline' while it was
starting up.

AV