On Jan 30, 2008 2:29 PM, wte <[EMAIL PROTECTED]> wrote: > I did not catch that I needed to bind the iterator.
Yes, you are binding the iterator so that you can use 'this' and have the same context inside the anonymous function as you have outside the function. Think of it like a means to pass the 'this' object into a sub-function. -justin --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Spinoffs" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/rubyonrails-spinoffs?hl=en -~----------~----~----~----~------~----~------~--~---
