Serving out static files shouldn't require creating a VirtualHost
in Apache or a nginx config file (this project may not be render this claim inaccurate though). Here's how to do it in one line.
$ ruby -run -e httpd . -p8000
In true dsl fashion, this require
s the ...