Ruby talk for austinonrails
<< >>
Part 1:
A Few Revelations


  • Two main ways to code
  • Everything is executed
  • Variables are untyped, objects aren't
  • Most things are objects
  • Method calls are everywhere
  • Blocks are incredibly useful
  • The "duck typing" concept
  • Classes are open