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