# File lib/heroku/pgutils.rb, line 2
  def spinner(ticks)
    %w(/ - \\ |)[ticks % 4]
  end