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