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