Subject: Spaces in RUBLIB become spaces in $: paths ?
From: "itsme213" <itsme213 hotmail.com>
Date: Fri, 17 Dec 2004 06:22:14 +0900
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.