Ruby helloweb
Let's show how to do simple helloweb in Ruby. The program generates the same output as Python version, only the comment about language is different. Comes with minimal gem specification, so it could be worked with / installed via Bundler, together with dependency gems, if needed. So far we use only stdlib without external gems. /cc @kazuhiko
Showing
ruby/Gemfile
0 → 100644
ruby/helloweb.gemspec
0 → 100644
ruby/helloweb.rb
0 → 100755
Please register or sign in to comment