[lnkForumImage]
TotalShareware - Download Free Software

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


 

Forums >

comp.lang.ruby

Spaces in RUBLIB become spaces in $: paths ?

Its Me

12/16/2004 9:18:00 PM

On XP, spaces between paths in the the RUBYLIB environment variable result
in spaces in the paths strings in $:

ENV['RUBYLIB] #=> "C:/foo; C:/bar"
$: #=> ["C:/foo", " C:/bar"]

Is this intended? It seems error prone.