Eaden McKee home blog

Learning Ruby Part One

14 November, 2005

How ruby is 'different'...

  >> a,b,c = 1,2,3
  => [1, 2, 3]

a is now set as 1, b is now set at 2..

Coming from a PHP background ( and without a computer science degree ) I'm sure I will find learning ruby fun.

Ruby Reading List

Why’s (Poignant) Guide to Ruby ( or as a PDF )

Ruby tutorial , the webpage is a ruby script!.

Programming Ruby - Ver 1

Ruby User's Guide

Ruby Class Reference

And there is the 2nd edition of Programming Ruby in print/pdf form.

And just a shoutout to ToolmanTim who is helping me learn the ropes of ruby.

Comments

blog comments powered by Disqus