importenv.rb

Path: lib/importenv.rb
Last Update: Thu Oct 20 00:05:33 +0000 2011

importenv.rb — imports environment variables as global variables, Perlish ;(

Usage:

 require 'importenv'
 p $USER
 $USER = "matz"
 p ENV["USER"]

[Validate]