# File lib/text/format/number.rb, line 25
25:   def [](index)
26:     "#{@prefix}#{index + @offset}#{@postfix}"
27:   end