Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Ruby language cheatsheet/poster/reference/overview? [closed]

Tags:

syntax

ruby

I am a visual kind of guy and would like to know if there is somewhere a nice big overview of Ruby. You know, like a reference poster, with object hierarchy, most common methods, etc, all in color, layed out nice and clearly...

To a beginner like me would this would be awesome...

Is there something like that out there that you use or have stumbled upon?

like image 894
oFca Avatar asked Apr 06 '12 11:04

oFca


1 Answers

Check these out :

  • https://github.com/savini/cheatsheets/raw/master/ruby/RubyCheat.pdf
  • http://wtr.rubyforge.org/s101/doc/Ruby-cheat-sheet.doc
  • http://refcardz.dzone.com/refcardz/essential-ruby#refcard-download-social-buttons-display

And a... "comparative" approach, with cheat sheets combined for major scripting languages :

  • http://hyperpolyglot.org/scripting
like image 141
Dr.Kameleon Avatar answered Nov 19 '22 05:11

Dr.Kameleon