# File lib/ramaze/reloader/watch_stat.rb, line 10 def call(cooldown) if cooldown and Time.now > @last + cooldown yield @last = Time.now end end