# File lib/mspec/runner/formatters/spinner.rb, line 36
36:   def length=(length)
37:     @length = length
38:     @ratio = 100.0 / length
39:     @position = length / 2 - 2
40:   end