THE LITTLE BOOK OF RUBY

THE LITTLE BOOK OF RUBY

Ruby is a cross-platform interpreted language which has many features in common with other ‘scripting’ languages such as Perl and Python. However, its version of object orientation is more thorough than those languages and, in many respects, it has more in common with the great-granddaddy of ‘pure’ OOP languages, Smalltalk. The Ruby language was created by Yukihiro Matsumoto (commonly known as ‘Matz’) and it was first released in 1995.

Autor

Idioma

English

Índice

  • Chapter One : Strings and Methods
  • Chapter Two: Classes and Objects
  • Chapter Three: Class Hierarchies
  • Chapter Four: Accessors, Attributes, Objects Variables
  • Chapter Five: Arrays
  • Chapter Six: Hashes
  • Chapter Seven: Loops and Iterators
  • Chapter Eight: Conditional Statements
  • Chapter Nine: Modules and Mixins
  • Chapter Ten: Saving Files, Moving On...