# File lib/text/format/alpha.rb, line 55
55:   def initialize(options = {}) #:yields self:
56:     @transform  = options[:transform] || nil
57:     @wrap       = options[:wrap]      || false
58:     @postfix    = options[:postfix]   || nil
59:     @prefix     = options[:prefix]    || nil
60:   end