Saturday, November 10, 2007

Ruby Blocks Screencast Part 1

This screencast covers the basics of blocks in Ruby. It gradually builds on simple example and introduces the complicated concepts in a simple way. Duration : 17 mins. Dowload it here .

2 comments:

  1. It's very usefull. Thank you!

    ReplyDelete
  2. I imagine it's useful if you know enough Ruby already or whatever - starting out with:

    myBlock = lambda {|x| puts x}

    seems to assume a fair amount. Maybe you should sort of list some pre-requisites - since this is the very first one and all...(?)

    ReplyDelete