# File lib/fssm/backends/fsevents.rb, line 5
    def initialize
      @handlers = {}
      @fsevents = []
    end