Sha256: 83c04caf1c318944b5534b13f297b4b657dba6079d34dc387cbed88830b0fef9

Contents?: true

Size: 473 Bytes

Versions: 2

Compression:

Stored size: 473 Bytes

Contents

# * George Moschovitis  <gm@navel.gr>
# (c) 2004-2005 Navel, all rights reserved.
# $Id: environment.rb 1 2005-04-11 11:04:30Z 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

2 entries across 2 versions & 1 rubygems

Version Path
nitro-0.16.0 lib/nitro/environment.rb
nitro-0.17.0 lib/nitro/environment.rb