# File lib/racksh/init.rb, line 9
def reload!
  puts "Rack::Shell reloading..."
  ENV['RACKSH_SKIP_INTRO'] = "1"
  exec $0
end