Class Tangerine::RFC822
In: lib/nukumi2/vendor/tangerine.rb
Parent: Tangerine

Specialized Tangerine for RFC822 message generation.

By default, all values’ newlines will be prefixed with whitespace. This can be overriden giving the !-flag in a tag.

Methods

escaper  

Public Instance methods

[Source]

     # File lib/nukumi2/vendor/tangerine.rb, line 326
326:     def escaper
327:       # What could we do further?
328:       %{.gsub("\n", "\n ")}
329:     end

[Validate]