# File rmail/serialize.rb, line 23
    def initialize(output, escape_from = nil)
      @output = output
      @escape_from = escape_from
    end