# File lib/inotify/inotify_native.rb, line 73 def each_event loop do ready = IO.select([@io], nil, nil, nil) yield self.read_event end end