# File lib/fssm/backends/rbfsevent.rb, line 7 def add_handler(handler, preload=true) @handlers << handler handler.refresh(nil, true) if preload end