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