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