# File lib/action_mailer/vendor/tmail/encode.rb, line 128
    def puts( str = nil )
      @f << str if str
      @f << @eol
    end