Phil Tomson wrote: > Hadn't seen this mentioned yet: > > http://www.macdevcenter.com/pub/a/mac/2004/06/25/ruby_pt1.html > > > Phil Timely. I'm just about to embark on my first Ruby/Tk application. That "default initialize" method, though, the one with no arguments. That's just not right. I believe the 2nd definition of initialize is going to override the "default" one. Let's see: [tim: ~]$ ruby -w rb/CronJobMgr.rb rb/CronJobMgr.rb:95: warning: method redefined; discarding old initialize Yup.