Okay, valuable things when learning ruby:

  • ri – This is like “perldoc”. Use it to view the live ruby documentation.
  • irb – Interactive Ruby. This is like the perl debugger.
    • IRB Tab Completion—Use this to view every available method on every object.
    • gems – A packaging system and source code repository (kinda like CPAN)