importenv.rb

Path: importenv.rb
Last Update: Mon Mar 07 00:20:15 GMT 2005

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

Usage:

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

Search

Google

Ruby API Docs

Links