Sha256: 49edf74d7420a078aa6b875a6fa2b7049c2f86b71c2caf7a9c31a9d3d8752ce3

Contents?: true

Size: 376 Bytes

Versions: 4

Compression:

Stored size: 376 Bytes

Contents

# 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'

# * George Moschovitis  <gm@navel.gr>

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
nitro-0.18.0 lib/nitro/environment.rb
nitro-0.18.1 lib/nitro/environment.rb
nitro-0.19.0 lib/nitro/environment.rb
nitro-0.20.0 lib/nitro/environment.rb