# File lib/ferret/number_tools.rb, line 60
60:   def to_s_pad(width = 10)
61:     "%#{width}d" % self
62:   end