# File lib/text/format/number.rb, line 29
29:   def initialize(options = {}) #:yields self:
30:     @offset   = options[:offset].to_i || 1
31:     @postfix  = options[:postfix]     || nil
32:     @prefix   = options[:prefix]      || nil
33:   end