Dear all,

Started playing with MacRuby again and I need to access the environment 
variables.

Say I have a export VARIABLE_NAME = Whatever

I have tried both:
ENV['VARIABLE_NAME']
and
NSProcessInfo.processInfo.environment.objectForKey('VARIABLE_NAME')

Neither of which returns anything

Both works in macirb

Kind Regards,
Erik
_______________________________________________
MacRuby-devel mailing list
MacRuby-devel@lists.macosforge.org
http://lists.macosforge.org/mailman/listinfo/macruby-devel

Reply via email to