# File lib/vendor/fssm/fssm/backends/polling.rb, line 3 def initialize(options={}) @handlers = [] @latency = options[:latency] || 1.5 end