Ruby Tutorial

This Comment will be submitted for moderation and will not be accessible to other users until it has been approved.


Ruby is an interpreted, scripting, fully object oriented language. It is fast to write.

Being object oriented language, you'd create classes and objects to accomplish everything in Ruby. However, sometimes it can be used as a procedural language as well.

This Tutorial would try to cover important Ruby aspects. This section is still in progress and any submission would greatly be appreciated.





Post Comment

  • You can enable syntax highlighting of source code with the following tags: <code>, <blockcode>, <c>, <cpp>, <drupal5>, <drupal6>, <java>, <javascript>, <php>, <python>, <ruby>. Beside the tag style "<foo>" it is also possible to use "[foo]". PHP source code can also be enclosed in <?php ... ?> or <% ... %>.