
Ruby in Twenty Minutes - Ruby Programming Language
Ruby comes with a program that will show the results of any Ruby statements you feed it. Playing with Ruby code in interactive sessions like this is a terrific way to learn the language.
TryRuby: Learn programming with Ruby
Ruby is a programming language from Japan which is revolutionizing software development. The beauty of Ruby is found in its balance between simplicity and power. You can type some Ruby …
Ruby Programming Language
Ruby is... A dynamic, open source programming language with a focus on simplicity and productivity. It has an elegant syntax that is natural to read and easy to write. Download Ruby …
Documentation - Ruby Programming Language
The Koans walk you along the path to enlightenment in order to learn Ruby. The goal is to learn the Ruby language, syntax, structure, and some common functions and libraries.
Ruby Documentation
In the Playground you can try any Ruby code you like. The Official Ruby documentation is included.
Libraries - Ruby Programming Language
As with most programming languages, Ruby leverages a wide set of third-party libraries. Nearly all of these libraries are released in the form of a gem, a packaged library or application that can …
About Ruby - Ruby Programming Language
Ruby is ranked among the top 10 on most of the indices that measure the growth and popularity of programming languages worldwide (such as the TIOBE index). Much of the growth is …
Ruby in Twenty Minutes - Ruby Programming Language
What if we want to say “Hello” a lot without getting our fingers all tired? We need to define a method! irb(main):010:0> def hi irb(main):011:1> puts "Hello World!" irb(main):012:1> end => …
Ruby From Other Languages - Ruby Programming Language
The first attempts to be a rapid-fire summary of what you can expect to see when going from language X to Ruby. The second section tackles the major language features and how they …
Le langage Ruby - Ruby Programming Language
Ruby... est un langage open-source dynamique qui met l'accent sur la simplicité et la productivité. Sa syntaxe élégante en facilite la lecture et l'écriture. Télécharger Ruby ou En savoir plus...