Wednesday, February 25, 2009

Ruby Docs

RubyRuby cheat sheet. Quick links to Ruby documentation on the web.

ruby-lang.org

Ruby-doc

List operations

Test membership in an Array

Does the array contain the element?

my_array.include?('element')

Ruby on Rails

Ruby QuickRef

Pickaxe book

21 Ruby Tricks You Should Be Using In Your Own Code

Also see Ruby quirks and What is a Ruby code block?

Rubular - regex tester

No comments:

Post a Comment