# File lib/nanite/reaper.rb, line 4 def initialize(frequency=2) @timeouts = {} EM.add_periodic_timer(frequency) { EM.next_tick { reap } } end