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