Webサーバー

httpd

ruby -run -e httpd . --port 1313

WEBrick

ruby -rwebrick -e 'WEBrick::HTTPServer.new(:DocumentRoot => "./", :Port => 1313).start'