Centers the text, preserving empty lines and tabs.
# File action_mailer/vendor/text-format-0.6.3/text/format.rb, line 908 def center(to_center = nil) to_center = @text if to_center.nil? __center([to_center].flatten) end
<code/>
<pre/>
<code/>and<pre/>for code samples.