Sha256: 230d1acda9ada3e8186951747ec3423b65e3602ec882d4c7e108b8eba6514d6c
Contents?: true
Size: 475 Bytes
Versions: 1
Compression:
Stored size: 475 Bytes
Contents
# * George Moschovitis <gm@navel.gr> # (c) 2004-2005 Navel, all rights reserved. # $Id: environment.rb 340 2005-04-04 08:26:58Z gmosx $ # Setup up the proposed environment. You are free # to skip this if you dont like it. Just set # # $NITRO_NO_ENVIRONMENT = true # # before requiring nitro. #-- # gmosx: this is temporary code. #++ Dir.chdir(File.dirname($0)) # Application code come here. $LOAD_PATH.unshift 'src' # Library code come here. $LOAD_PATH.unshift 'lib'
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
nitro-0.15.0 | lib/nitro/environment.rb |