# File lib/mail/multibyte/chars.rb, line 232 def center(integer, padstr=' ') justify(integer, :center, padstr) end