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