This is a balloon. Balloons are web pages that double as Ruby programs. To run this page: ruby -ropen-uri -e 'eval(open("http://balloon.hobix.com/serve.rb").read)'

BE ALERT! Running this script could be dangerous. Be sure to review this page. You know: it's like anything else on the Internet.

serve.rb, a balloon

by why

Serve the current directory on port 3000. Uses Mongrel as the web server.

  1. Fetches the mongrel gem.

  2. Runs some Ruby.

    Click here to view the code.