# File lib/heroku/command/pg.rb, line 308 def ticking ticks = 0 loop do yield(ticks) ticks +=1 sleep 1 end end