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