Sha256: 809a56eedfb746a2240ff1086d0ee9c74bae7b70aceddf80e7796921723b7374

Contents?: true

Size: 442 Bytes

Versions: 3

Compression:

Stored size: 442 Bytes

Contents

# = Environment injection.
#
# Require this file in your script to gain access to the full 
# AppServer environment. Typically used to attach an irb session to
# a running application process:
#
# irb -r env
#
# code: 
# * George Moschovitis  <gm@navel.gr>
#
# (c) 2004 Navel, all rights reserved.
# $Id: env.rb 187 2004-12-10 13:34:28Z gmosx $

$DBG = true 

$LOAD_PATH.unshift '../../lib'

require 'config'

$app = N::AppServer.new.exec()

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
nitro-0.6.0 examples/blog/env.rb
nitro-0.7.0 examples/blog/env.rb
nitro-0.8.0 examples/blog/env.rb