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