A Little Ruby Primer
Here is a cheat sheet to help you (and me!) remember the fundamentals of Ruby.
Here is a cheat sheet to help you (and me!) remember the fundamentals of Ruby.
Ruby has two powerful classes called String and Fixnum with lots of built-in power.
Arrays are ordered sets of data that can be manipulated in a variety of helpful ways.
Hashes are data sets organized by key/pair values.