# File lib/god/diagnostics.rb, line 29 def self.spin(delay = 1) Thread.new do loop do self.snapshot sleep(delay) end end end