public Method

Format.center(to_center = nil)

Centers the text, preserving empty lines and tabs.

Source Code

# 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
Comments

Have your say
Please use Textile formatting (click here for a cheat sheet). Use <code/> and <pre/> for code samples.
Click here to login with OpenID to to post comments.