importenv.rb

Path: lib/importenv.rb
Last Update: Tue Jan 17 18:02:17 +0000 2012

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

Usage:

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

[Validate]