Module: Ripl::Rack

Defined in:
lib/ripl/rack.rb

Defined Under Namespace

Modules: Commands Classes: App

Constant Summary collapse

VERSION =
'0.2.1'

Instance Method Summary collapse

Instance Method Details

#before_loopObject



8
9
10
11
12
13
# File 'lib/ripl/rack.rb', line 8

def before_loop
  Commands.rack
  Commands.rackit! if config[:rackit]
  puts "Loading #{Commands.rack.env} environment (Rack #{Rack.version})"
  super
end