Ruby
From DocForge
| This page is a stub. It's lacking in details and can use your help. Please contribute your knowledge to this page. |
Ruby is an object oriented programming language. Ruby was developed by Yukihiro Matsumoto and it is developed as open source. It is currently popular for it use in the web application framework Ruby on Rails.
A simple Hello World program looks like this.
puts "Hello World!"
[edit] See Also
- Ramaze - - a Web framework written in Ruby
- Ruby on Rails - a framework written in Ruby
- JRuby

