
Ruby in Twenty Minutes - Ruby Programming Language
This is a small Ruby tutorial that should take no more than 20 minutes to complete. It makes the assumption that you already have Ruby installed. (If you do not have Ruby on your computer install it before you get started.)
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 code in the editor and use these buttons to navigate: Run → Executes the code in the editor; Copy → Copies the example code to the editor
Documentation - Ruby Programming Language
An experimental type-level Ruby interpreter for testing and understanding Ruby code. Steep Static type checker for Ruby. Editors and IDEs. For coding in Ruby, you can use the default editor of your operating system.
About Ruby - Ruby Programming Language
The Ideals of Ruby’s Creator. Ruby is a language of careful balance. Its creator, Yukihiro “Matz” Matsumoto, blended parts of his favorite languages (Perl, Smalltalk, Eiffel, Ada, and Lisp) to form a new language that balanced functional programming with imperative programming.
Ruby Programming Language
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 or Read More...
Ruby Documentation
In the Playground you can try any Ruby code you like. The Official Ruby documentation is included.
Ruby in Twenty Minutes - Ruby Programming Language
Calling a method in Ruby is as easy as just mentioning its name to Ruby. If the method doesn’t take parameters that’s all you need. You can add empty parentheses if you’d like, but they’re not needed.
Official Ruby FAQ - Ruby Programming Language
What is Ruby? Ruby is a simple and powerful object-oriented programming language, created by Yukihiro Matsumoto (who goes by the handle “Matz” in this document and on the mailing lists). Like Perl, Ruby is good at text processing. Like Smalltalk, everything in Ruby is an object, and Ruby has blocks, iterators, meta-classes and other good stuff.
Official Ruby FAQ - Ruby Programming Language
The code examples in this document have been run using Ruby 2.3. If you wish to report errors or suggest improvements for this FAQ, please go to our GitHub repository and open an issue or pull request. Content. General questions; How does Ruby stack up against…? Installing Ruby; Variables, constants, and arguments; Iterators; Syntax; Methods ...
Installing Ruby - Ruby Programming Language
ruby-install allows you to compile and install different versions of Ruby into arbitrary directories. chruby is a complimentary tool used to switch between Ruby versions. It is available for macOS, Linux, and other UNIX-like operating systems.