# File lib/puppet/external/event-loop/event-loop.rb, line 340 340: def setup 341: @timer = EventLoop::Timer.new(:interval => 0.001) 342: end