From: Martin DeMello Date: 2007-01-24T22:20:29+09:00 Subject: Re: inotify subdirectories On 1/24/07, Jay2 Fernando wrote: > > I tried this code but I get the following error: > > undefined method `wd' for mask=FIXME>:Inotify::Event (NoMethodError) > > I got the source code from the URL above. I read the inotify header file > and saw the "wd" event. what could be the problem? You've got an old version of the inotify code - get it from here: http://nbtsc.org/~aredridel/projects/ruby/ruby-inotify/ martin