Ruby Tutorials
|
Ruby is a blended language that includes parts from, Perl, Smalltalk, Eiffel, Ada, and Lisp. This new language tries to create a balance between functional and imperative programming.
Ruby is a language of careful balance - Yukihiro "matz" Matsumoto - Ruby Creator
|
Getting Started with Ruby: Iterators
Erik Andrejko
In this article Erik Andrejko will discuss Ruby iterators, a
coding pattern that allows expressive and succinct
programming with collections.
Getting Familiar With the Common Methods of the String Class
Itay Moav
In this short tutorial we'll examine the use of the more
common string methods in Ruby.
A Crash Intro to Ruby Strings
Itay Moav
This article will teach you, through code examples, how to define and manipulate strings, about string operators and also the Ruby approach to strings.
|