From: Jaypee Date: 2007-03-03T19:20:07+09:00 Subject: Re: [Mac OS X] Ruby as an alternative to Applescript article Jaypee a �crit : > Hi, > > There is an article on O'Reilly's MacDevCenter about rb-appscript > a way to use Ruby as a front-end to interact via AppleEvents with > applications. > There is a dmg to install everything. It's a pprt from Python so > the examples are in Python syntax. > > However, the only example Ruby does not work. > > Anyone has tried it yet? > J-P > Sorry, I forgot an essential include (include Appscript). With that the example works fine. J-P