importenv.rb

Path: lib/importenv.rb
Last Update: Tue Oct 30 10:14:42 +0000 2012

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

Usage:

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

[Validate]