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