# File lib/mail/multibyte/chars.rb, line 219
        def ljust(integer, padstr=' ')
          justify(integer, :left, padstr)
        end