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