Ruby cheat sheet. Quick links to Ruby documentation on the web.
List operations
Test membership in an Array
Does the array contain the element?
my_array.include?('element')
Ruby on Rails
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