j
k
j a
j l
On 9/3/2006, at 16:52, Yvon Thoraval wrote:
i've tested with a simple script ("try.rb") : #!/usr/bin/env ruby p "#{GEM_HOME}"
i've tested with a simple script ("try.rb") : #!/usr/bin/env ruby
p "#{GEM_HOME}"
This should be:
p ENV['GEM_HOME']
Back to the thread
Back to the list