From: John Joyce Date: 2007-12-30T08:16:56+09:00 Subject: Re: Thought I'd share this and get some advice On Dec 28, 2007, at 8:20 AM, Hiato Xaero wrote: > Thanks :) > > Wow, Ruby is really awesome and these different methods are prime > examples. > Thanks Sander and Sebastien for making my script officially > Rubified :) > > (I'm stuck in an eternal loop of procedural programming because of > Delphi :( > ) That's not a bad thing all the time. Since almost everything is already an object in Ruby, you can do the procedural thing to just hand program flow. It doesn't have to be event driven... Even oop contains procedural programming!