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