String Ruby

title = "AAA"
title.ljust 10 # => "AAA"
title.rjust 19 # => "AAA"