Top Level Namespace

Defined Under Namespace

Modules: Rack

Instance Method Summary collapse

Instance Method Details

#reload!Object



9
10
11
12
13
# File 'lib/racksh/init.rb', line 9

def reload!
  puts "Rack::Shell reloading..."
  ENV['RACKSH_SKIP_INTRO'] = "1"
  exec $0
end